From ee324cb3a70d39dc9522a1ee63af12137d433533 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 29 Jun 2008 14:42:53 +0000 Subject: * applications/luci-splash: Rewrote luci-splash using an own daemon implementation * Minor tweaks in luci.dispatcher --- applications/luci-splash/root/etc/init.d/luci_splash | 4 ++-- applications/luci-splash/root/etc/luci_splash_httpd.conf | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 applications/luci-splash/root/etc/luci_splash_httpd.conf (limited to 'applications/luci-splash/root/etc') diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash index 20f7865fd4..eb006e9b0d 100755 --- a/applications/luci-splash/root/etc/init.d/luci_splash +++ b/applications/luci-splash/root/etc/init.d/luci_splash @@ -62,8 +62,8 @@ start() { iptables -t nat -A luci_splash_leases -j DROP ### Start the splash httpd - httpd -c /etc/luci_splash_httpd.conf -p 8082 -h /usr/lib/luci-splash/htdocs - + start-stop-daemon -S -b -q -x /usr/bin/luci-splashd + ### Hook in the chain iptables -t nat -A prerouting_rule -j luci_splash } diff --git a/applications/luci-splash/root/etc/luci_splash_httpd.conf b/applications/luci-splash/root/etc/luci_splash_httpd.conf deleted file mode 100644 index 6007e80dba..0000000000 --- a/applications/luci-splash/root/etc/luci_splash_httpd.conf +++ /dev/null @@ -1 +0,0 @@ -E404:index.html \ No newline at end of file -- cgit v1.2.3