From bced3ac18efb3a76e5da4a653f5959f2825c90a3 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Wed, 6 Feb 2002 22:51:07 +0000 Subject: 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) --- examples/smb.conf.default | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit