소스 검색

START is no longer optional for /etc/rc.common based init scripts

SVN-Revision: 9995
Felix Fietkau 18 년 전
부모
커밋
523348ba4b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      docs/init-scripts.tex

+ 1 - 2
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}