mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
colours.txt ins Theme Verzeichnis geschoben,
daher auch Anpassungen an den Firewall*.cgi kleinere Fixes an der samba.cgi default Config Dateien für Samba ins SVN gestellt git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@463 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
23
config/samba/default.printer
Normal file
23
config/samba/default.printer
Normal file
@@ -0,0 +1,23 @@
|
||||
# start printer
|
||||
[printers]
|
||||
comment = Drucker
|
||||
security = server
|
||||
path = /var/log/spool/lpd/lp
|
||||
lprm command = /usr/local/bin/lprm -P%p %j
|
||||
lpq command = /usr/local/bin/lpq %p
|
||||
browseable = yes
|
||||
printable = yes
|
||||
public = yes
|
||||
writable = no
|
||||
create mode = 0700
|
||||
|
||||
[Drucker]
|
||||
security = server
|
||||
path = /var/log/spool/lpd/lp
|
||||
printer name = lp
|
||||
writable = no
|
||||
public = yes
|
||||
printable = yes
|
||||
print command = lpr -r -h -P %p %s
|
||||
use client driver = Yes
|
||||
# end printer
|
||||
Reference in New Issue
Block a user