projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing copyright
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
S50httpd
diff --git
a/package/base-files/default/etc/init.d/S50httpd
b/package/base-files/default/etc/init.d/S50httpd
index
01772c1
..
d278519
100755
(executable)
--- a/
package/base-files/default/etc/init.d/S50httpd
+++ b/
package/base-files/default/etc/init.d/S50httpd
@@
-1,2
+1,4
@@
#!/bin/sh
-[ -d /www ] && 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.025777 seconds
and
4
git commands to generate.