Changeset e902a84
- Timestamp:
- 02/08/2004 02:21:55 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5950b981
- Parents:
- caec47ca
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/symlinks/rc1.xml
rcaec47ca re902a84 19 19 <entry><emphasis>Link</emphasis></entry> 20 20 <entry><emphasis>Explanation</emphasis></entry> 21 </row> 22 23 <row> 24 <entry>K00</entry> 25 <entry>cups</entry> 26 <entry><filename>../init.d/cups</filename></entry> 27 <entry>Shut down Common Unix printing system: <xref 28 linkend="cups"/></entry> 21 29 </row> 22 30 -
appendices/symlinks/rc4.xml
rcaec47ca re902a84 170 170 <row> 171 171 <entry>S99</entry> 172 <entry>cups</entry> 173 <entry><filename>../init.d/cups</filename></entry> 174 <entry>Start the Common Unix printing system: <xref 175 linkend="cups"/></entry> 176 </row> 177 178 <row> 179 <entry>S99</entry> 172 180 <entry>lprng</entry> 173 181 <entry><filename>../init.d/lprng</filename></entry> 174 182 <entry>Start the <acronym>LPR</acronym> print spooler: <xref linkend="LPRng"/></entry> 175 183 </row> 176 177 184 178 185 </tbody> -
appendices/symlinks/rc6.xml
rcaec47ca re902a84 23 23 <row> 24 24 <entry>K00</entry> 25 <entry>cups</entry> 26 <entry><filename>../init.d/cups</filename></entry> 27 <entry>Shut down Common Unix printing system: <xref 28 linkend="cups"/></entry> 29 </row> 30 31 <row> 32 <entry>K00</entry> 25 33 <entry>lprng</entry> 26 34 <entry><filename>../init.d/lprng</filename></entry> -
pst/printing/cups/cups-config.xml
rcaec47ca re902a84 72 72 <screen><userinput><command>cd /etc/rc.d/init.d && 73 73 ln -sf ../init.d/cups ../rc0.d/K00cups && 74 ln -sf ../init.d/cups ../rc1.d/K00cups && 74 75 ln -sf ../init.d/cups ../rc2.d/S99cups && 75 76 ln -sf ../init.d/cups ../rc3.d/S99cups && 76 ln -sf ../init.d/cups ../rc5.d/S99cups</command></userinput></screen> 77 ln -sf ../init.d/cups ../rc4.d/S99cups && 78 ln -sf ../init.d/cups ../rc5.d/S99cups && 79 ln -sf ../init.d/cups ../rc6.d/K00cups</command></userinput></screen> 77 80 78 81 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.