init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enabl...
[openwrt/staging/mkresin.git] / package / base-files / default / etc / init.d / S50httpd
diff --git a/package/base-files/default/etc/init.d/S50httpd b/package/base-files/default/etc/init.d/S50httpd
deleted file mode 100755 (executable)
index a05b10c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
-
-start() {
-       [ -d /www ] && httpd -p 80 -h /www -r OpenWrt
-}
-
-stop() {
-       killall httpd
-}