Files
packages/net/netatalk/files/papd.conf
Antonio Pastor fa2eb8bf78 netatalk: fix small issues with sample config and config generation
Small issues with sample configureation caused services not to start
or flood log with errors.

Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>
2025-05-01 10:57:32 +03:00

21 lines
687 B
Plaintext

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'