aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-28 17:04:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-28 17:04:00 +0000
commit1f537d73fcb692b5460682acf40c8dc8fa714041 (patch)
tree24e6b75d622e6df82c4b5629354b55eaebc0a371 /docs
parent1fd131830272f44f11c700440faec8848efd1705 (diff)
downloadmaster-187ad058-1f537d73fcb692b5460682acf40c8dc8fa714041.tar.gz
master-187ad058-1f537d73fcb692b5460682acf40c8dc8fa714041.tar.bz2
master-187ad058-1f537d73fcb692b5460682acf40c8dc8fa714041.zip
START is no longer optional for /etc/rc.common based init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9995 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/init-scripts.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/init-scripts.tex b/docs/init-scripts.tex
index ea74ded7c0..c8b07500b3 100644
--- a/docs/init-scripts.tex
+++ b/docs/init-scripts.tex
@@ -29,8 +29,7 @@ or \texttt{/etc/init.d/\textit{name} disable}. This creates or removes symbolic
init script in \texttt{/etc/rc.d}, which is processed by \texttt{/etc/init.d/rcS} at boot time.
The order in which these scripts are run is defined in the variable \texttt{START} in the init
-script, which is optional and defaults to \texttt{50}. Changing it requires running
-\texttt{/etc/init.d/\textit{name} enable} again.
+script. Changing it requires running \texttt{/etc/init.d/\textit{name} enable} again.
You can also override these standard init script functions:
\begin{itemize}