diff options
author | Gerald Carter <jerry@samba.org> | 2004-11-09 17:47:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:10 -0500 |
commit | a27837dac8240ef9d4f704540fe51ebbcb5b189f (patch) | |
tree | ed592de5461a50713e53fa3d4c600984bffe0865 /packaging/Solaris/smb.conf.default | |
parent | 09a37a9bd6e91ab6fd7cb6c261757bb9d5386a04 (diff) | |
download | samba-a27837dac8240ef9d4f704540fe51ebbcb5b189f.tar.gz samba-a27837dac8240ef9d4f704540fe51ebbcb5b189f.tar.bz2 samba-a27837dac8240ef9d4f704540fe51ebbcb5b189f.zip |
r3638: solaris packaging fixes
(This used to be commit 1504b1d05c1a62bc0be05716805a3cb223d09c09)
Diffstat (limited to 'packaging/Solaris/smb.conf.default')
-rw-r--r-- | packaging/Solaris/smb.conf.default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/Solaris/smb.conf.default b/packaging/Solaris/smb.conf.default index 5c06c445b3..cdc958bc0e 100644 --- a/packaging/Solaris/smb.conf.default +++ b/packaging/Solaris/smb.conf.default @@ -43,9 +43,9 @@ # this tells Samba to use a separate log file for each machine # that connects - #log file = /var/log/samba/log.%m -# all information in one file - log file = /var/log/samba/log.smbd + # log file = /var/log/samba/log.%m +# all log information in one file + log file = /var/log/samba/smbd.log # Put a capping on the size of the log files (in Kb). max log size = 50 |