File: lprngtool.conf

package info (click to toggle)
lprngtool 1.1.1-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 504 kB
  • ctags: 196
  • sloc: tcl: 3,990; sh: 735; makefile: 109; perl: 38; ansic: 2
file content (80 lines) | stat: -rw-r--r-- 2,380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# 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.
# 
# Please type EVERYTHING in _lower_case_!  
#
#####################################################################

#
# spool directory owner (some systems, such as RedHat 7 use lp)
#
user=daemon

#
# spool directory group (some systems, such as RedHat 7 use lp)
#
group=lp

#
# Directory where print drivers (filters) are stored
#
filtersrcdir=/usr/share/lprngtool

#
# Directory where init scripts are stored (for example, this could be
# /sbin/init.d, /etc/init.d, /etc/rc.d/init.d, or something else).
#
initscriptdir=/etc/init.d

#
# LPRng init script (some systems use lpd instead of lprng)
#
initscript=lprng

#
# 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 manually restart LPRng from the File
# menu whenever you make a change to /etc/printcap.  
#
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=mpage -x

#
# The base directory for ghostscript's uniprint .upp entries.  Debian uses
# /usr/lib/ghostscript as the default.  If you're notusing any filtering,
# then this won't concern you.  This is not actually the directory that
# contains the .upp files, but the directory below it.
#
gsuppdir=/usr/lib/ghostscript

#
# 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.
#
warn_samba=1

#
# Do we want to migrate from an old Printtool-created BSD-style printcap
# file to the newer (and better) LPRng-style printcap?  If you created
# printers in the BSD-style format (eg. with Printtool), this must be set
# to 'yes' the first time LPRngTool is run.  LPRngTool will automatically
# set this to 'no' once the conversion has been done.
#
migrate=yes