aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/base-files/default/etc/init.d/S50httpd
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/base-files/default/etc/init.d/S50httpd')
-rwxr-xr-xopenwrt/package/base-files/default/etc/init.d/S50httpd2
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S50httpd b/openwrt/package/base-files/default/etc/init.d/S50httpd
deleted file mode 100755
index a1b883d0a8..0000000000
--- a/openwrt/package/base-files/default/etc/init.d/S50httpd
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-[ -d /www ] && httpd -p 80 -h /www -r OpenWrt