# lprngtool.conf # # Configuration file for lprngtool versions 1.1 and higher # Please review this file and verify its accuracy before e-mailing # the author of lprngtool for assistance, since many basic problems # can be fixed utilizing this file. # # Version= 1.3.2 # ##################################################################### # spool directory owner (some systems, such as RedHat 7 use lp) user=@USERID@ # spool directory group (some systems, such as RedHat 7 use lp) group=@GROUPID@ # Directory where print drivers (filters) are stored filtersrcdir=@FILTER_DIR@ # The printer configuration database # Relative to ${filtersrcdir} if not a full pathname printerdb=printerdb # Directory where print queue spool subdirectories are created spooldirectory=/var/spool/lpd # Always reload lprng after a change? The default is 'yes', and that's # probably fine unless you notice an unusual delay while LPRng restarts. # If you set this to 'no', you MUST confirm restarting LPRng. alwayssync=yes # Should we use 'enscript' or 'mpage'? Mpage is the default, but you can # use enscript if you'd like. Specify either 'mpage -x' or 'enscript'. #multipage=@A2PS@ #multipage=@MPAGE@ # We will test for various utilities being present. If you do not want to do these # tests then set test_for_utilities to 0. # # By default, we'll warn the user if smbclient is not installed (and thus # printing to Samba printers isn't possible. If you'd prefer not to see # this message (maybe you'll never print to SMB printers?), set this value # to 0. Otherwise, leave it at 1. We also specify the path to the smbclient. # test_for_utilities=1 warn_samba=1 smbclient=@SMBCLIENT@ # LPRng printcap file # printcapfile=@PRINTCAP_PATH@ # GhostScript Support Directory and GhostScript path # The ghostscript value is the path to the ghostscript program # The gsupdir is where files and other things are found. # To be precise, the UPP configuration files are searched for in # ${gsuppdir}/*/*.upp # ghostscript=@GS@ gsupdir=@GSUPDIR@ # # banner printing programs # bp_list=@FILTER_DIR@/pclbanner @FILTER_DIR@/psbanner @FILTER_DIR@/lpbanner # paths to programs for transfer to the appropriate printers or spoolers # if not a full path then relative to the filtersrcdir # SMB (Microsoft) smbprint=smbprint # Novell ncpprint=ncpprint # Appletalk atalkprint=atalkprint # path to BASH bash=@BASH@