diff options
author | Herb Lewis <herb@samba.org> | 1998-03-20 16:07:08 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-03-20 16:07:08 +0000 |
commit | 5767ec92789fd3a79ae21ffe23fb68da0486c6a5 (patch) | |
tree | 7f022639fd51085a046eda3d4946c1b4c85040f1 /packaging/SGI | |
parent | 1ab10eb365d8e2f5a337eea0b98956d5fd098c44 (diff) | |
download | samba-5767ec92789fd3a79ae21ffe23fb68da0486c6a5.tar.gz samba-5767ec92789fd3a79ae21ffe23fb68da0486c6a5.tar.bz2 samba-5767ec92789fd3a79ae21ffe23fb68da0486c6a5.zip |
added comments about printcap name
(This used to be commit b916d225afd8137a04d48f376b549f1ae57d767e)
Diffstat (limited to 'packaging/SGI')
-rw-r--r-- | packaging/SGI/smb.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf index ded898d192..b7cbae63d1 100644 --- a/packaging/SGI/smb.conf +++ b/packaging/SGI/smb.conf @@ -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 |