Add information about turning lpd(8) on in /etc/rc.conf, as it's
disabled by default. Submitted by: Breen Ouellette <the.man@breeno.net>
This commit is contained in:
parent
60d6d80892
commit
fac63ec6d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7123
2 changed files with 34 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/printing/chapter.sgml,v 1.23 2000/02/14 01:27:21 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/printing/chapter.sgml,v 1.24 2000/04/14 18:22:00 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="printing">
|
||||
|
@ -1205,6 +1205,22 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
|||
:if=/usr/local/libexec/if-simple:</programlisting>
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
<title>Turn on LPD</title>
|
||||
|
||||
<para>&man.lpd.8; is run from <filename>/etc/rc</filename>,
|
||||
controlled by the <literal>lpd_enable</literal> variable. This
|
||||
variable defaults to <literal>NO</literal>. If you have not done
|
||||
so already, add the line:</para>
|
||||
|
||||
<programlisting>lpd_enable="YES"</programlisting>
|
||||
|
||||
<para>to <filename>/etc/rc.conf</filename>, and then either restart
|
||||
your machine, or just run &man.lpd.8;.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>lpd</userinput></screen>
|
||||
</sect4>
|
||||
|
||||
<sect4 id="printing-trying">
|
||||
<title>Trying It Out</title>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue