# 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.2.9
#
#####################################################################

# 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=/usr/local/libexec/filters

# 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=/usr/local/bin/a2ps
#multipage=MPAGE_NOT_FOUND

# 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=/usr/local/bin/smbclient

# LPRng printcap file
#
printcapfile=/usr/local/etc/printcap

# 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=/usr/local/bin/gs
gsupdir=/usr/local/share/ghostscript

#
# banner printing programs
#
bp_list=/usr/local/libexec/filters/pclbanner /usr/local/libexec/filters/psbanner /usr/local/libexec/filters/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@
