summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-03-16 06:40:07 +0000
committerHerb Lewis <herb@samba.org>2000-03-16 06:40:07 +0000
commitf6404f0b55dc0d098c1ad951d84093d3e763b28e (patch)
treeca1aba6f4d1bab1308ea9daaeb344a0eab090bfd /packaging
parent87df97c9365a185e4ea6bac7b832b8cf38144624 (diff)
downloadsamba-f6404f0b55dc0d098c1ad951d84093d3e763b28e.tar.gz
use proper parameter names instead of alias names
clear lppause and lpresume commands since they don't exist on IRIX change spool directory
Diffstat (limited to 'packaging')
-rw-r--r--packaging/SGI/smb.conf27
1 files changed, 16 insertions, 11 deletions
diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf
index 68187ee2886..5172949cfcd 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