diff options
author | Herb Lewis <herb@samba.org> | 2000-03-16 06:40:07 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2000-03-16 06:40:07 +0000 |
commit | 5b9130fc32f48e59c5d9c155bd865fce11a586a0 (patch) | |
tree | 4920b27d1a6c5ec83f8cd3688dbc783ced5e6e98 /packaging/SGI | |
parent | 321091ad2093b5de40ffcd5e20e7fb26a30636e1 (diff) | |
download | samba-5b9130fc32f48e59c5d9c155bd865fce11a586a0.tar.gz samba-5b9130fc32f48e59c5d9c155bd865fce11a586a0.tar.bz2 samba-5b9130fc32f48e59c5d9c155bd865fce11a586a0.zip |
use proper parameter names instead of alias names
clear lppause and lpresume commands since they don't exist on IRIX
change spool directory
(This used to be commit f6404f0b55dc0d098c1ad951d84093d3e763b28e)
Diffstat (limited to 'packaging/SGI')
-rw-r--r-- | packaging/SGI/smb.conf | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf index 68187ee288..5172949cfc 100644 --- a/packaging/SGI/smb.conf +++ b/packaging/SGI/smb.conf @@ -42,6 +42,11 @@ print command = /usr/samba/bin/sambalp %p %s %U %m ; print command = /usr/bin/lp -c -d%p -t"%U on machine %m" %s ; rm %s +; clear the default lppause and lpresume commands since these are not +; supported in IRIX + lppause command = + lpresume command = + load printers = yes guest account = nobody browseable = yes @@ -89,7 +94,7 @@ [homes] comment = Home Directories browseable = no - writable = yes + writeable = yes ; To allow Win95 clients to automatically load printer drivers, uncomment ; the following section (and the lines in the printers section below). @@ -99,24 +104,24 @@ ; ;[printer$] ; comment = printer driver directory -; path=/usr/samba/printer -; public=yes -; writable=no -; browseable=yes +; path = /usr/samba/printer +; guest ok = yes +; writeable = no +; browseable = no [printers] comment = All Printers - path = /usr/tmp + path = /var/spool/samba browseable = no printable = yes - public = yes - writable = no + guest ok = yes + writeable = no create mask = 0700 ; ; this specifies the location of the share containing the printer driver ; files - see the printer$ section above ; -; printer driver location = \\%h\printer$ +; printer driver location = \\%L\printer$ ; ; the following line will make all printers default to the QMS-PS 810 Turbo ; driver - which works quite well for Impressario. If you need a diferent @@ -129,5 +134,5 @@ [tmp] comment = Temporary file space path = /usr/tmp - read only = no - public = yes + writeable = yes + guest ok = yes |