1# lprngtool.conf 2# 3# Configuration file for lprngtool versions 1.1 and higher 4# Please review this file and verify its accuracy before e-mailing 5# the author of lprngtool for assistance, since many basic problems 6# can be fixed utilizing this file. 7# 8# Version= 1.3.2 9# 10##################################################################### 11 12# spool directory owner (some systems, such as RedHat 7 use lp) 13user=@USERID@ 14 15# spool directory group (some systems, such as RedHat 7 use lp) 16group=@GROUPID@ 17 18# Directory where print drivers (filters) are stored 19filtersrcdir=@FILTER_DIR@ 20 21# The printer configuration database 22# Relative to ${filtersrcdir} if not a full pathname 23printerdb=printerdb 24 25# Directory where print queue spool subdirectories are created 26spooldirectory=/var/spool/lpd 27 28 29# Always reload lprng after a change? The default is 'yes', and that's 30# probably fine unless you notice an unusual delay while LPRng restarts. 31# If you set this to 'no', you MUST confirm restarting LPRng. 32alwayssync=yes 33 34# Should we use 'enscript' or 'mpage'? Mpage is the default, but you can 35# use enscript if you'd like. Specify either 'mpage -x' or 'enscript'. 36#multipage=@A2PS@ 37#multipage=@MPAGE@ 38 39# We will test for various utilities being present. If you do not want to do these 40# tests then set test_for_utilities to 0. 41# 42# By default, we'll warn the user if smbclient is not installed (and thus 43# printing to Samba printers isn't possible. If you'd prefer not to see 44# this message (maybe you'll never print to SMB printers?), set this value 45# to 0. Otherwise, leave it at 1. We also specify the path to the smbclient. 46# 47test_for_utilities=1 48warn_samba=1 49smbclient=@SMBCLIENT@ 50 51# LPRng printcap file 52# 53printcapfile=@PRINTCAP_PATH@ 54 55# GhostScript Support Directory and GhostScript path 56# The ghostscript value is the path to the ghostscript program 57# The gsupdir is where files and other things are found. 58# To be precise, the UPP configuration files are searched for in 59# ${gsuppdir}/*/*.upp 60# 61ghostscript=@GS@ 62gsupdir=@GSUPDIR@ 63 64# 65# banner printing programs 66# 67bp_list=@FILTER_DIR@/pclbanner @FILTER_DIR@/psbanner @FILTER_DIR@/lpbanner 68 69# paths to programs for transfer to the appropriate printers or spoolers 70# if not a full path then relative to the filtersrcdir 71# SMB (Microsoft) 72smbprint=smbprint 73 74# Novell 75ncpprint=ncpprint 76# Appletalk 77atalkprint=atalkprint 78 79# path to BASH 80bash=@BASH@ 81