mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@562 af4574ff-66df-0310-9fd7-8a98e5e911e0
31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<sect2>
|
|
<title>Configuring LPRng</title>
|
|
|
|
<sect3><title>Config files</title>
|
|
<para><userinput>/etc/printcap</userinput></para>
|
|
</sect3>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
<para>There is no generic <filename>printcap</filename> for all
|
|
printers. A sample printcap is loaded into the <filename>etc</filename>
|
|
directory which can be some help. Information is also available at
|
|
<ulink url="http://www.lprng.org"/> and <ulink
|
|
url="http://www.linuxprinting.org"/>.</para>
|
|
|
|
<para>Create the symbolic links to the lprng init script in the relevant
|
|
rc.d directories with the following commands:
|
|
<screen><userinput>cd /etc/rc.d/init.d &&
|
|
ln -sf ../init.d/lpd ../rc0.d/K00lprng &&
|
|
ln -sf ../init.d/lpd ../rc1.d/K00lprng &&
|
|
ln -sf ../init.d/lpd ../rc2.d/S99lprng &&
|
|
ln -sf ../init.d/lpd ../rc3.d/S99lprng &&
|
|
ln -sf ../init.d/lpd ../rc4.d/S99lprng &&
|
|
ln -sf ../init.d/lpd ../rc5.d/S99lprng &&
|
|
ln -sf ../init.d/lpd ../rc6.d/K00lprng</userinput></screen></para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|