added missing cups symlinks for runlevels 1, 4 and 6, reported by Nathan Coulson

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1779 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-02-08 02:21:55 +00:00
parent caec47ca1c
commit e902a841ae
4 changed files with 28 additions and 2 deletions

View File

@ -20,6 +20,14 @@
<entry><emphasis>Explanation</emphasis></entry>
</row>
<row>
<entry>K00</entry>
<entry>cups</entry>
<entry><filename>../init.d/cups</filename></entry>
<entry>Shut down Common Unix printing system: <xref
linkend="cups"/></entry>
</row>
<row>
<entry>K00</entry>
<entry>lprng</entry>

View File

@ -167,6 +167,14 @@
<entry>Start the General Purpose Mouse Daemon: <xref linkend="gpm"/></entry>
</row>
<row>
<entry>S99</entry>
<entry>cups</entry>
<entry><filename>../init.d/cups</filename></entry>
<entry>Start the Common Unix printing system: <xref
linkend="cups"/></entry>
</row>
<row>
<entry>S99</entry>
<entry>lprng</entry>
@ -174,7 +182,6 @@
<entry>Start the <acronym>LPR</acronym> print spooler: <xref linkend="LPRng"/></entry>
</row>
</tbody>
</tgroup>
</table>

View File

@ -20,6 +20,14 @@
<entry><emphasis>Explanation</emphasis></entry>
</row>
<row>
<entry>K00</entry>
<entry>cups</entry>
<entry><filename>../init.d/cups</filename></entry>
<entry>Shut down Common Unix printing system: <xref
linkend="cups"/></entry>
</row>
<row>
<entry>K00</entry>
<entry>lprng</entry>

View File

@ -71,8 +71,11 @@ with the following commands:</para>
<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
ln -sf ../init.d/cups ../rc0.d/K00cups &amp;&amp;
ln -sf ../init.d/cups ../rc1.d/K00cups &amp;&amp;
ln -sf ../init.d/cups ../rc2.d/S99cups &amp;&amp;
ln -sf ../init.d/cups ../rc3.d/S99cups &amp;&amp;
ln -sf ../init.d/cups ../rc5.d/S99cups</command></userinput></screen>
ln -sf ../init.d/cups ../rc4.d/S99cups &amp;&amp;
ln -sf ../init.d/cups ../rc5.d/S99cups &amp;&amp;
ln -sf ../init.d/cups ../rc6.d/K00cups</command></userinput></screen>
</sect2>