From 5b9130fc32f48e59c5d9c155bd865fce11a586a0 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Thu, 16 Mar 2000 06:40:07 +0000 Subject: 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) --- packaging/SGI/smb.conf | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'packaging/SGI') 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 -- cgit