fix ppp related bug in the network scripts
[openwrt.git] / package / base-files / default / etc / init.d / S50httpd
index 9cf551e..d278519 100755 (executable)
@@ -1,2 +1,4 @@
 #!/bin/sh
-httpd -p 80 -h /www -r WRT54G Router
+# Copyright (C) 2006 OpenWrt.org
+
+[ -d /www ] && httpd -p 80 -h /www -r OpenWrt
This page took 0.028354 seconds and 4 git commands to generate.