From b916d225afd8137a04d48f376b549f1ae57d767e Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 20 Mar 1998 16:07:08 +0000 Subject: [PATCH] added comments about printcap name --- packaging/SGI/smb.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf index ded898d1923..b7cbae63d15 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 -- 2.25.1