# HG changeset patch # User Samuel Trassare # Date 1349389192 0 # Node ID 82bb00aaaec5dc101dbe0c167e69d43fac9f62e1 # Parent c0252ab44dd4a05c4fd359087818d6ee5bf2e022 busybox: rolling ISO doesn't have httpd_helper.sh. Adding it back in here. diff -r c0252ab44dd4 -r 82bb00aaaec5 busybox/receipt --- a/busybox/receipt Thu Oct 04 22:00:05 2012 +0200 +++ b/busybox/receipt Thu Oct 04 22:19:52 2012 +0000 @@ -127,6 +127,8 @@ chmod +x $fs/usr/share/udhcpc/default.script # Httpd stuff. + cp $stuff/httpd_helper.sh $fs/usr/bin + chmod +x $fs/usr/bin/httpd_helper.sh cp -a $stuff/www $fs/var }