mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
added comments about printcap name
(This used to be commit b916d225afd8137a04d48f376b549f1ae57d767e)
This commit is contained in:
parent
1ab10eb365
commit
5767ec9278
@ -14,9 +14,14 @@
|
||||
workgroup = workgroup
|
||||
printing = sysv
|
||||
;
|
||||
; Use lpstat to get names of all printers attached to your system.
|
||||
; The default for printcap name is lpstat which will export all printers.
|
||||
; If you want to limit the printers that are visible to clients, you can
|
||||
; use a printcap file. The script mkprintcap.sh will create a printcap
|
||||
; file that contains all your printers. Edit this file to only contain the
|
||||
; printers that you wish to be visible. Names longer than 15 characters
|
||||
; in the printcap file will not be visible to clients.
|
||||
;
|
||||
printcap name = lpstat
|
||||
; printcap name = /usr/samba/printcap
|
||||
;
|
||||
; If you are using Impressario 1.x then you'll want to use the
|
||||
; sambalp script provided with this package. It works around
|
||||
|
Loading…
x
Reference in New Issue
Block a user