]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/samba/default.printer
"Update Booster" fertiggestellt und getestet.
[people/pmueller/ipfire-2.x.git] / config / samba / default.printer
CommitLineData
32f77a0b
CS
1# start printer
2[printers]
3 comment = Drucker
4 security = server
5 path = /var/log/spool/lpd/lp
6 lprm command = /usr/local/bin/lprm -P%p %j
7 lpq command = /usr/local/bin/lpq %p
8 browseable = yes
9 printable = yes
10 public = yes
11 writable = no
12 create mode = 0700
13
14[Drucker]
15 security = server
16 path = /var/log/spool/lpd/lp
17 printer name = lp
18 writable = no
19 public = yes
20 printable = yes
21 print command = lpr -r -h -P %p %s
22 use client driver = Yes
23# end printer