%general-entities; ]> $Date$ LPRng-&LPRng-version; LPRng Introduction to LPRng The LPRng package contains an enhanced, extended and portable implementation of the Berkeley Line PRinter (LPR) print spooler. This is useful for queuing print jobs. There may be a more recent release available from the LPRng home page. You can check and probably use the existing BLFS instructions. Note that versions other than the one shown in the download URLs have not been tested in a BLFS environment. &lfs70_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &LPRng-md5sum; Download size: &LPRng-size; Estimated disk space required: &LPRng-buildsize; Estimated build time: &LPRng-time; LPRng Dependencies Optional , and krb4 User Notes: Installation of LPRng Install LPRng by running the following commands: ./configure --prefix=/usr \ --libexecdir=/usr/lib/lprng \ --sysconfdir=/etc \ --enable-shared && make This package does not come with a test suite. Now, as the root user: make install Configuring LPRng Config Files /etc/printcap and /etc/lpd/* /etc/printcap /etc/lpd/* Configuration Information There is no generic printcap for all printers. A sample printcap is loaded into the /etc directory which can be of some help. Information is also available at and . Boot Script Install the /etc/rc.d/init.d/lprng init script included in the package (as the root user): lprng make install-lprng Contents Installed Programs Installed Library Installed Directories cancel, checkpc, lp, lpc, lpd, lpq, lpr, lprm, lprng_certs, lprng_index_certs, and lpstat liblpr.{so,a} /etc/lpd, /usr/lib/lprng, /usr/share/doc/&LPRng-version;, /var/run/lpd, and /var/spool/lpd Short Descriptions cancel is a symlink to lprm used to send cancel requests to an LPRng print service. cancel checkpc checks out the printcap database. checkpc lp is a symlink to lpr used to send requests to an LPRng print service. lp lpc is a control program for the lpd daemon. lpc lpd is the print queuing daemon. lpd lpq is a status monitoring program. lpq lpr is a print job spooler program. lpr lprm is a print job removal program. lprm lprng_certs is a program used to manage SSL certificates for the LPRng software. lprng_certs lprng_index_certs creates a set of index files in the LPRng signing certificate directory. lprng_index_certs lpstat is a print job status reporting program. lpstat liblpr.{so,a} contains the API functions used by the LPRng programs. liblpr.{so,a}