summaryrefslogtreecommitdiffstats
path: root/net/netatalk/files/papd.conf
blob: fd8f058504c2f4439170628dd154c6edd837d4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config papd 'papd'
	# set disabled to 1 to skip service startup
	option disabled '1'
	# set config_overwrite to 0 if manually editing config file and to have init ignore this file
	option config_overwrite '1'
	# set to /etc/papd.con to use config file provided with package (useful if manually editing it)
	option config_file '/var/netatalk/papd.conf'

config printer 'LaserWriter8500'
	option name 'Apple LaserWriter 8500'
	option disabled '0'
	option pr '|/usr/bin/lpr -Plp'
	option sp ''
	option ca '/tmp/print'
	option am 'uams_guest.so,uams_clrtxt.s'
	option pd '/etc/atalk/ppds/LW8500.ppd'

config printer 'Broken'
	option name 'Printer 2:LaserWriter@My Zone'
	option disabled '1'