From 1f05dd0e58258b17df828357fb81a3c970482f97 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 23 Mar 2001 22:31:53 +0000 Subject: change printer$ to new style print$ --- packaging/SGI/smb.conf | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf index 5172949cfcd..58d5e6e5428 100644 --- a/packaging/SGI/smb.conf +++ b/packaging/SGI/smb.conf @@ -96,18 +96,16 @@ browseable = no writeable = yes -; To allow Win95 clients to automatically load printer drivers, uncomment -; the following section (and the lines in the printers section below). -; Run the make_printerdef command to create the /usr/samba/lib/printers.def -; file (see the PRINTER_DRIVER.txt file in the docs directory for info). -; Copy all the required files to the /usr/samba/printer directory +; Use the new NT style printer download setup. +; See the file PRINTER_DRIVER2.txt in the docs directory for info. ; -;[printer$] +;[print$] ; comment = printer driver directory ; path = /usr/samba/printer ; guest ok = yes -; writeable = no -; browseable = no +; browseable = yes +; read only = yes +; write list = ntadmin [printers] comment = All Printers -- cgit