This website works better with JavaScript
Home
Explore
Help
Sign In
labriqueinternet
/
sunxi-debian
mirror of
https://github.com/bleuchtang/sunxi-debian
Watch
2
Star
0
Fork
0
Files
Browse Source
remove httpd require
Émile Morel
9 years ago
parent
01f0f79e2b
commit
823b4db6f7
2 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
2
0
olinux/script/initramfs/httpd_start
1
1
olinux/script/initramfs/stunnel_start
+ 2
- 0
olinux/script/initramfs/httpd_start
View File
@@ -1,5 +1,7 @@
#/bin/sh
+PREREQ=""
+
prereqs() {
echo "$PREREQ"
}
+ 1
- 1
olinux/script/initramfs/stunnel_start
View File
@@ -1,6 +1,6 @@
#/bin/sh
-PREREQ="
httpd
"
+PREREQ=""
prereqs() {
echo "$PREREQ"