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
0000813 [buildroot] Other minor always 04-04-06 06:27 02-12-07 05:46
Reporter will_newton View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000813: thttpd install fails
Description The thttpd makefile is broken. The following patch allows it to build.

diff -u -r1.1.1.1 thttpd.mk
--- package/thttpd/thttpd.mk 10 Mar 2006 14:47:05 -0000 1.1.1.1
+++ package/thttpd/thttpd.mk 4 Apr 2006 13:27:04 -0000
@@ -40,7 +40,7 @@
        install -D $(THTTPD_DIR)/extras/htpasswd $(TARGET_DIR)/bin/htpasswd
        install -D $(THTTPD_DIR)/extras/makeweb $(TARGET_DIR)/bin/makeweb
        install -D $(THTTPD_DIR)/extras/syslogtocern $(TARGET_DIR)/bin/syslogtocern
- install -D $(THTTPD_DIR)/scripts/thttpd_wrapper $(TARGET_DIR)/sbin
+ install -D $(THTTPD_DIR)/scripts/thttpd_wrapper $(TARGET_DIR)/sbin/thttpd_wrapper
        install -D $(THTTPD_DIR)/scripts/thttpd.sh $(TARGET_DIR)/etc/init.d/S90thttpd
        cp $(TARGET_DIR)/etc/init.d/S90thttpd $(TARGET_DIR)/etc/init.d/S90thttpd.in
        cp $(TARGET_DIR)/sbin/thttpd_wrapper $(TARGET_DIR)/sbin/thttpd_wrapper.in
Additional Information
Attached Files

- Relationships

- Notes
(0001229)
andersen
04-06-06 10:48

applied thanks
 

- Issue History
Date Modified Username Field Change
04-04-06 06:27 will_newton New Issue
04-04-06 06:27 will_newton Status new => assigned
04-04-06 06:27 will_newton Assigned To  => uClibc
04-06-06 10:48 andersen Note Added: 0001229
04-06-06 10:48 andersen Status assigned => closed
04-06-06 10:48 andersen Resolution open => fixed
04-06-06 10:48 andersen Description Updated
02-12-07 05:46 vapier Status closed => assigned
02-12-07 05:46 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker