diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-18 16:46:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-18 16:46:46 +0000 |
commit | 4941b6c4bdc98e271eaa2600816b86ca54796a59 (patch) | |
tree | 6274e6840e0a0df67e4fc41013dfab07dfa1d1d4 /docs/init-scripts.tex | |
parent | 912e5867ef2685298e547972d968458f600be969 (diff) | |
download | upstream-4941b6c4bdc98e271eaa2600816b86ca54796a59.tar.gz upstream-4941b6c4bdc98e271eaa2600816b86ca54796a59.tar.bz2 upstream-4941b6c4bdc98e271eaa2600816b86ca54796a59.zip |
add documentation fixes from #1285
SVN-Revision: 6319
Diffstat (limited to 'docs/init-scripts.tex')
-rw-r--r-- | docs/init-scripts.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/init-scripts.tex b/docs/init-scripts.tex index e1d96a2491..ea74ded7c0 100644 --- a/docs/init-scripts.tex +++ b/docs/init-scripts.tex @@ -24,8 +24,8 @@ This is done by the wrapper script \texttt{/etc/rc.common}. script should provide. \texttt{start()} is called when the user runs \texttt{/etc/init.d/httpd start} or (if the script is enabled and does not override this behavior) at system boot time. -Enabling and disabling init scripts is done by running \texttt{/etc/init.d/\textit{name} start} -or \texttt{/etc/init.d/\textit{name} stop}. This creates or removes symbolic links to the +Enabling and disabling init scripts is done by running \texttt{/etc/init.d/\textit{name} enable} +or \texttt{/etc/init.d/\textit{name} disable}. This creates or removes symbolic links to the 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 |