diff options
author | Christopher R. Hertel <crh@samba.org> | 2002-02-06 22:51:07 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 2002-02-06 22:51:07 +0000 |
commit | bced3ac18efb3a76e5da4a653f5959f2825c90a3 (patch) | |
tree | 9ed881c9cd5df9507fcd41bca1524bec5108acab /examples | |
parent | 72b1011cb280c3dfc24e4c487bef231e2e5de357 (diff) | |
download | samba-bced3ac18efb3a76e5da4a653f5959f2825c90a3.tar.gz samba-bced3ac18efb3a76e5da4a653f5959f2825c90a3.tar.bz2 samba-bced3ac18efb3a76e5da4a653f5959f2825c90a3.zip |
I added two lines of comments regarding the include= parameter. Someone
here at the UofM was burned today because they had left that line in its
default location.
(This used to be commit fd4d3496e142574e2bd25faab5c8f1534a21558f)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/smb.conf.default | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/smb.conf.default b/examples/smb.conf.default index c25b2dc628..f0c86cc6ee 100644 --- a/examples/smb.conf.default +++ b/examples/smb.conf.default @@ -68,7 +68,9 @@ # Using the following line enables you to customise your configuration # on a per machine basis. The %m gets replaced with the netbios name -# of the machine that is connecting +# of the machine that is connecting. +# Note: Consider carefully the location in the configuration file of +# this line. The included file is read at that point. ; include = /usr/local/samba/lib/smb.conf.%m # Most people will find that this option gives better performance. |