aboutsummaryrefslogtreecommitdiff
path: root/print/cups-samba
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-11-15 03:02:28 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-11-15 03:02:28 +0000
commitb44cd11b6fa94b7461de9a8e53798ce8182d7293 (patch)
treed1479285cca9395268338cdb759acf08bf88da4c /print/cups-samba
parent30b21968e97f83cf38ae4501a47078be498da3a9 (diff)
downloadports-b44cd11b6fa94b7461de9a8e53798ce8182d7293.tar.gz
ports-b44cd11b6fa94b7461de9a8e53798ce8182d7293.zip
Notes
Diffstat (limited to 'print/cups-samba')
-rw-r--r--print/cups-samba/pkg-message14
1 files changed, 9 insertions, 5 deletions
diff --git a/print/cups-samba/pkg-message b/print/cups-samba/pkg-message
index 83625eecf094..946c1e30d5bf 100644
--- a/print/cups-samba/pkg-message
+++ b/print/cups-samba/pkg-message
@@ -16,10 +16,10 @@ SAMBA
-------
1) edit the [global] section of smb.conf and make sure it has these
- lines:
+ lines (see 'man cupsaddsmb' for more info):
[global]
- load printer = yes
+ load printers = yes
printing = cups
printcap name = cups
@@ -29,12 +29,12 @@ SAMBA
[printers]
comment = All Printers
path = /var/spool/samba
- printer admin = root
- guest ok = yes
- printable = yes
browseable = no
public = yes
+ guest ok = yes
writable = no
+ printable = yes
+ printer admin = root
3) edit the [print$] section of smb.conf and make sure it has these
lines:
@@ -43,6 +43,7 @@ SAMBA
comment = Printer Drivers
path = %%PREFIX%%/share/cups/drivers
browseable = yes
+ # guest ok = yes works too
guest ok = no
read only = yes
write list = root
@@ -80,5 +81,8 @@ ____________
NOTE: Other settings in smb.conf may work, but your REALLY need to
know what your are doing. :)
+%%PREFIX%%/share/doc/samba/Samba-HOWTO-Collection.pdf has some
+valuable information on this topic, especially chapters 17 and 18.
+
**********************************************************************
**********************************************************************