mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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:
parent
caec47ca1c
commit
e902a841ae
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -71,8 +71,11 @@ with the following commands:</para>
|
||||
|
||||
<screen><userinput><command>cd /etc/rc.d/init.d &&
|
||||
ln -sf ../init.d/cups ../rc0.d/K00cups &&
|
||||
ln -sf ../init.d/cups ../rc1.d/K00cups &&
|
||||
ln -sf ../init.d/cups ../rc2.d/S99cups &&
|
||||
ln -sf ../init.d/cups ../rc3.d/S99cups &&
|
||||
ln -sf ../init.d/cups ../rc5.d/S99cups</command></userinput></screen>
|
||||
ln -sf ../init.d/cups ../rc4.d/S99cups &&
|
||||
ln -sf ../init.d/cups ../rc5.d/S99cups &&
|
||||
ln -sf ../init.d/cups ../rc6.d/K00cups</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user