Add ppl patch to fix bug when compiling without Perl (stage2)
[hvlinux.git] / stage5 / pkg / lighttpd
index 6a0ea5a..d5ded9f 100644 (file)
@@ -63,5 +63,7 @@ EOF
     install -v -m740 ${SCRDIR}/bootscripts/lighttpd /etc/rc.d/init.d
 
     # script-name start stop
-    bootscript_add_rc3 lighttpd 70 20
+    if [ "x${DEFAULT_WEB_SERVER}" == "xlighttpd" ]; then
+        bootscript_add_rc3 lighttpd 70 20
+    fi
 }