|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000416 |
[buildroot] Other |
minor |
always |
09-07-05 11:29 |
02-12-07 05:47 |
|
|
Reporter |
sho |
View Status |
public |
|
|
Assigned To |
buildroot |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
0.9.27 |
|
|
Summary |
0000416: busybox binary is overwritten by netkitbase inetd |
|
Description |
If both the inetd applet of busybox and the netkit inetd are enabled, the netkit version overwrites the busybox binary inside the target filesystem via the symbolic link /usr/sbin/inetd. It seems that the command
rm -f $(TARGET_DIR)/$(NETKITBASE_TARGET_BINARY)
is missing right in front of the line
cp $(NETKITBASE_DIR)/$(NETKITBASE_BINARY) $(TARGET_DIR)/$(NETKITBASE_TARGET_BINARY)
in package/netkitbase/netkitbase.mk
|
|
Additional Information |
fixed as of revision 13576. |
|
|
Attached Files |
|
|
|