Date: Wed, 31 Jan 2018 10:46:08 +0100 From: Polytropon <freebsd@edvax.de> To: byrnejb@harte-lyne.ca Cc: "James B. Byrne via freebsd-questions" <freebsd-questions@freebsd.org>, "Garance A Drosehn" <drosih@rpi.edu> Subject: Re: LPD listen directive? Message-ID: <20180131104608.858e4a41.freebsd@edvax.de> In-Reply-To: <4747d314efd1614e211c557b469ad98f.squirrel@webmail.harte-lyne.ca> References: <870deecf052d36d03aae9613410b38ba.squirrel@webmail.harte-lyne.ca> <0F811690-40FD-45F6-AAD7-BD24E1016DFF@rpi.edu> <4747d314efd1614e211c557b469ad98f.squirrel@webmail.harte-lyne.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 Jan 2018 21:37:37 -0500, James B. Byrne via freebsd-questions wrote: > It still remains for me to discover how exactly to configure those > options. Lpd is enabled in rc.conf with lpd_enable="YES". Is there a > variable like lpd_switches to see the command line options? If so, > what is its name? And where might it be documented? Check /etc/defaults/rc.conf and you'll discover those: lpd_enable="NO" # Run the line printer daemon. lpd_program="/usr/sbin/lpd" # path to lpd, if you want a different one. lpd_flags="" # Flags to lpd (if enabled). chkprintcap_enable="NO" # Run chkprintcap(8) before running lpd. See "man 8 lpd" for a list of options. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180131104608.858e4a41.freebsd>