diff options
author | Tim Potter <tpot@samba.org> | 1999-11-08 03:34:35 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 1999-11-08 03:34:35 +0000 |
commit | 6fce41df88708ad67ac3c709da211b04ef4561b6 (patch) | |
tree | 99829ba46b326e204121c4bf4ec5f02d21821d46 /docs | |
parent | 23dc6eb70d4abc02b5e588478825424cf70d1052 (diff) | |
download | samba-6fce41df88708ad67ac3c709da211b04ef4561b6.tar.gz samba-6fce41df88708ad67ac3c709da211b04ef4561b6.tar.bz2 samba-6fce41df88708ad67ac3c709da211b04ef4561b6.zip |
Fixed typo in automatic printer install share name.
Removed confusing 'writeable = no' parameter from example [printers]
entry.
(This used to be commit 31f0a7a334a2075c7a3998531b55fb4def0106cf)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/yodldocs/smb.conf.5.yo | 3 |
1 files changed, 1 insertions, 2 deletions
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 |