diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-05-22 00:11:32 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-27 11:56:53 +1000 |
commit | 8a06c3dd79af0165c8701a465c3f8483ada89a83 (patch) | |
tree | a73368b6d558c6bdc5f1312392449cee15772ef1 /examples | |
parent | 2a110aaecad5439534eacfc91b607a3c3653e81d (diff) | |
download | samba-8a06c3dd79af0165c8701a465c3f8483ada89a83.tar.gz samba-8a06c3dd79af0165c8701a465c3f8483ada89a83.tar.bz2 samba-8a06c3dd79af0165c8701a465c3f8483ada89a83.zip |
examples: Remove default printing form example smb.conf
These settings are all defaults, and just work for most systems. Users on other platforms
can read man smb.conf, rather than cluttering up this file.
Andrew Bartlett
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/smb.conf.default | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/smb.conf.default b/examples/smb.conf.default index 86e713f004..258a52c08b 100644 --- a/examples/smb.conf.default +++ b/examples/smb.conf.default @@ -46,23 +46,6 @@ # the smb.conf man page ; hosts allow = 192.168.1. 192.168.2. 127. -# If you want to automatically load your printer list rather -# than setting them up individually then you'll need this - load printers = yes - -# you may wish to override the location of the printcap file -; printcap name = /etc/printcap - -# on SystemV system setting printcap name to lpstat should allow -# you to automatically obtain a printer list from the SystemV spool -# system -; printcap name = lpstat - -# It should not be necessary to specify the print system type unless -# it is non-standard. Currently supported print systems include: -# bsd, cups, sysv, plp, lprng, aix, hpux, qnx -; printing = cups - # Uncomment this if you want a guest account, you must add this to /etc/passwd # otherwise the user "nobody" is used ; guest account = pcguest |