From 6fce41df88708ad67ac3c709da211b04ef4561b6 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 8 Nov 1999 03:34:35 +0000 Subject: Fixed typo in automatic printer install share name. Removed confusing 'writeable = no' parameter from example [printers] entry. (This used to be commit 31f0a7a334a2075c7a3998531b55fb4def0106cf) --- docs/yodldocs/smb.conf.5.yo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo index 875dce844b..05352bb883 100644 --- a/docs/yodldocs/smb.conf.5.yo +++ b/docs/yodldocs/smb.conf.5.yo @@ -230,7 +230,6 @@ would look like this: verb( [printers] path = /usr/spool/public - writeable = no guest ok = yes printable = yes ) @@ -4502,7 +4501,7 @@ find the printer driver files for the automatic installation of drivers for Windows 95 machines. If Samba is set up to serve printer drivers to Windows 95 machines, this should be set to -tt(\\MACHINE\aPRINTER$) +tt(\\MACHINE\PRINTER$) Where MACHINE is the NetBIOS name of your Samba server, and PRINTER$ is a share you set up for serving printer driver files. For more -- cgit