From 8a06c3dd79af0165c8701a465c3f8483ada89a83 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 22 May 2013 00:11:32 +1000 Subject: 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 --- examples/smb.conf.default | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'examples') 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 -- cgit