From 995d0343f996a3681110084856fd143b875dfb1b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 17 Oct 2005 21:27:07 +0000 Subject: some fixes/cleanups for the init scripts SVN-Revision: 2152 --- openwrt/package/base-files/default/etc/init.d/S50httpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/base-files/default/etc/init.d/S50httpd') diff --git a/openwrt/package/base-files/default/etc/init.d/S50httpd b/openwrt/package/base-files/default/etc/init.d/S50httpd index 01772c1..a1b883d 100755 --- a/openwrt/package/base-files/default/etc/init.d/S50httpd +++ b/openwrt/package/base-files/default/etc/init.d/S50httpd @@ -1,2 +1,2 @@ #!/bin/sh -[ -d /www ] && httpd -p 80 -h /www -r WRT54G Router +[ -d /www ] && httpd -p 80 -h /www -r OpenWrt -- cgit v1.1