X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=docs%2Finit-scripts.tex;h=c8b07500b39e975e9dd499e9337d8f56712d366a;hb=208b3098f04d6e8af027839d04c86ccfce724d8b;hp=ea74ded7c068b005638460269e409dbc7af81c24;hpb=4941b6c4bdc98e271eaa2600816b86ca54796a59;p=openwrt%2Fopenwrt.git 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}