diff options
Diffstat (limited to 'packaging/SGI/smb.conf')
-rw-r--r-- | packaging/SGI/smb.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf index 178231d2cd..b484cc918b 100644 --- a/packaging/SGI/smb.conf +++ b/packaging/SGI/smb.conf @@ -20,18 +20,20 @@ ; printcap name = /usr/samba/printcap ; -; If you are using Impressario then you'll want to use the +; If you are using Impressario 1.x then you'll want to use the ; sambalp script provided with this package. It works around ; a problem in the PostScript generated by the standard Windows ; drivers--there is a check to verify sufficient virtual memory ; is available in the printer to print the job, but this fails -; under Impressario because of a bug in Impressario. The sambalp +; under Impressario because of a bug in Impressario 1.x. The sambalp ; script strips out the vmstatus check. BTW, when using this ; setup to print be sure to configure a Windows printer driver ; that generates PostScript--QMS-PS 810 is one that should work ; with the sambalp script. ; - print command = /usr/samba/bin/sambalp %p %s %U %m +; 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 + load printers = yes guest account = nobody browseable = yes |