aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/default/etc/init.d
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-17 21:27:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-17 21:27:07 +0000
commitba3b3022bd5216ef628116d6114633fb5f8e33e4 (patch)
treec033e88074a7c75c6b7405bc9adfacca2b542cc8 /package/base-files/default/etc/init.d
parent7fdc096dbd419b7ee94b2ce8e9c6e12e315da4d2 (diff)
downloadupstream-ba3b3022bd5216ef628116d6114633fb5f8e33e4.tar.gz
upstream-ba3b3022bd5216ef628116d6114633fb5f8e33e4.tar.bz2
upstream-ba3b3022bd5216ef628116d6114633fb5f8e33e4.zip
some fixes/cleanups for the init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2152 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/etc/init.d')
-rwxr-xr-xpackage/base-files/default/etc/init.d/S50httpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/default/etc/init.d/S50httpd b/package/base-files/default/etc/init.d/S50httpd
index 01772c12ea..a1b883d0a8 100755
--- a/package/base-files/default/etc/init.d/S50httpd
+++ b/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