diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-28 17:04:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-28 17:04:00 +0000 |
commit | 523348ba4b87519928dba8138a72ee776fe082f1 (patch) | |
tree | 58c37e30b2876f5d5b672b1b131cc84ad612e04f | |
parent | 515538ad055189439d35258b48fbe3d7d523bf80 (diff) | |
download | upstream-523348ba4b87519928dba8138a72ee776fe082f1.tar.gz upstream-523348ba4b87519928dba8138a72ee776fe082f1.tar.bz2 upstream-523348ba4b87519928dba8138a72ee776fe082f1.zip |
START is no longer optional for /etc/rc.common based init scripts
SVN-Revision: 9995
-rw-r--r-- | docs/init-scripts.tex | 3 |
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} |