summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-06-09 12:31:42 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-06-09 12:31:42 +0000
commit5e9fcc76c02914aa75649492b97aa7d37358c068 (patch)
treee88f59a7e49d4fce86363bac17376da2ffb0b31b /applications/luci-splash
parent05db82eba9a680a4272544a465a02d45a7417d89 (diff)
applications/luci-splash: luci-splashd is obsolete, remove start & stop for it (again)
Diffstat (limited to 'applications/luci-splash')
-rwxr-xr-xapplications/luci-splash/root/etc/init.d/luci_splash6
1 files changed, 0 insertions, 6 deletions
diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash
index 2ca565189..d9ef21c21 100755
--- a/applications/luci-splash/root/etc/init.d/luci_splash
+++ b/applications/luci-splash/root/etc/init.d/luci_splash
@@ -233,9 +233,6 @@ start() {
grep -q luci-splash /etc/crontabs/root || {
echo '*/5 * * * * /usr/sbin/luci-splash sync' >> /etc/crontabs/root
}
-
- ### Start the splash httpd
- start-stop-daemon -S -m -p /var/run/luci-splashd.pid -b -q -x /usr/bin/luci-splashd
}
stop() {
@@ -260,9 +257,6 @@ stop() {
silent iptables -t nat -X luci_splash_prerouting
silent iptables -t filter -X luci_splash_counter
silent iptables -t mangle -X luci_splash_mark
-
- ### Stop the splash httpd
- start-stop-daemon -K -p /var/run/luci-splashd.pid -s KILL -q
sed -ie '/\/usr\/sbin\/luci-splash sync/d' /var/spool/cron/crontabs/root
}