BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003544 [buildroot] Architecture Specific minor always 06-01-08 11:55 06-01-08 11:55
Reporter KHAksnes View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version
Summary 0003544: Installation of tftp-hpa fails
Description in.tftpd isn't always installed correctly. The following rule fragment from package/tftpd/tftpd.mk looks suspect as ! binds tighter than -o at least in the shells I have been testing.

 @if [ ! -f $(TFTP_HPA_DIR)/$(TFTP_HPA_BINARY) -o $(TARGET_DIR)/$(TFTP_HP
A_TARGET_BINARY) \
        -ot $(TFTP_HPA_DIR)/$(TFTP_HPA_BINARY) ]; then \
            set -x; \
            rm -f $(TARGET_DIR)/$(TFTP_HPA_TARGET_BINARY); \
            cp -a $(TFTP_HPA_DIR)/$(TFTP_HPA_BINARY) $(TARGET_DIR)/$(TFTP_HPA_TA
RGET_BINARY); fi
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
06-01-08 11:55 KHAksnes New Issue
06-01-08 11:55 KHAksnes Status new => assigned
06-01-08 11:55 KHAksnes Assigned To  => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker