1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 22:23:16 +03:00

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
This commit is contained in:
nbd 2007-12-28 17:04:00 +00:00
parent cacfd9cb5c
commit 42b2785878

View File

@ -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}