use proper parameter names instead of alias names
authorHerb Lewis <herb@samba.org>
Thu, 16 Mar 2000 06:40:07 +0000 (06:40 +0000)
committerHerb Lewis <herb@samba.org>
Thu, 16 Mar 2000 06:40:07 +0000 (06:40 +0000)
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

index 68187ee288651e6a5b8836134645bbecf93d2a52..5172949cfcd45396d14ccb9afb7382563e2e7acb 100644 (file)
    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).
 ;
 ;[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
 [tmp]
   comment = Temporary file space
   path = /usr/tmp
-  read only = no
-  public = yes
+  writeable = yes
+  guest ok = yes