Browse Source

remove httpd require

Émile Morel 9 years ago
parent
commit
823b4db6f7
2 changed files with 3 additions and 1 deletions
  1. 2 0
      olinux/script/initramfs/httpd_start
  2. 1 1
      olinux/script/initramfs/stunnel_start

+ 2 - 0
olinux/script/initramfs/httpd_start

@@ -1,5 +1,7 @@
 #/bin/sh
 
+PREREQ=""
+
 prereqs() {
 	echo "$PREREQ"
 }

+ 1 - 1
olinux/script/initramfs/stunnel_start

@@ -1,6 +1,6 @@
 #/bin/sh
 
-PREREQ="httpd"
+PREREQ=""
 
 prereqs() {
 	echo "$PREREQ"