wok-6.x rev 13431
busybox: rolling ISO doesn't have httpd_helper.sh. Adding it back in here.
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Thu Oct 04 22:19:52 2012 +0000 (2012-10-04) |
parents | c0252ab44dd4 |
children | ff8874b0d0d4 |
files | busybox/receipt |
line diff
1.1 --- a/busybox/receipt Thu Oct 04 22:00:05 2012 +0200 1.2 +++ b/busybox/receipt Thu Oct 04 22:19:52 2012 +0000 1.3 @@ -127,6 +127,8 @@ 1.4 chmod +x $fs/usr/share/udhcpc/default.script 1.5 1.6 # Httpd stuff. 1.7 + cp $stuff/httpd_helper.sh $fs/usr/bin 1.8 + chmod +x $fs/usr/bin/httpd_helper.sh 1.9 cp -a $stuff/www $fs/var 1.10 } 1.11