projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cacfd9c
)
START is no longer optional for /etc/rc.common based init scripts
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Dec 2007 17:04:00 +0000
(17:04 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Dec 2007 17:04:00 +0000
(17:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9995
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
docs/init-scripts.tex
patch
|
blob
|
history
diff --git
a/docs/init-scripts.tex
b/docs/init-scripts.tex
index
ea74ded
..
c8b0750
100644
(file)
--- 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}
This page took
0.023679 seconds
and
4
git commands to generate.