mirror of
https://github.com/openwrt/packages.git
synced 2026-01-07 23:10:19 +04:00
Small issues with sample configureation caused services not to start or flood log with errors. Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>
21 lines
687 B
Plaintext
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'
|