rebranding...
[librewrt/.git] / bright-ben / docs / init-scripts.tex
index c8b07500b39e975e9dd499e9337d8f56712d366a..3d75e966ef7d303a502de04b8ae1982c79a3a02d 100644 (file)
@@ -1,4 +1,4 @@
-Because OpenWrt uses its own init script system, all init scripts must be installed
+Because LibreWRT uses its own init script system, all init scripts must be installed
 as \texttt{/etc/init.d/\textit{name}} use \texttt{/etc/rc.common} as a wrapper.
 
 Example: \texttt{/etc/init.d/httpd}
@@ -9,7 +9,7 @@ Example: \texttt{/etc/init.d/httpd}
 
 START=50
 start() {
-    [ -d /www ] && httpd -p 80 -h /www -r OpenWrt
+    [ -d /www ] && httpd -p 80 -h /www -r LibreWRT
 }
 
 stop() {