diff options
author | Herb Lewis <herb@samba.org> | 1997-12-16 05:15:00 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1997-12-16 05:15:00 +0000 |
commit | 95d600a3521ef97cad9852a09e534c0c7ae8a8d7 (patch) | |
tree | 1f4b8ca23235429f03f51b83b17d7d7ea95c483a /packaging | |
parent | 662eaecee6b36a0bbaf3524ac50aca47ec437923 (diff) | |
download | samba-95d600a3521ef97cad9852a09e534c0c7ae8a8d7.tar.gz samba-95d600a3521ef97cad9852a09e534c0c7ae8a8d7.tar.bz2 samba-95d600a3521ef97cad9852a09e534c0c7ae8a8d7.zip |
fix bug in log file specification
(This used to be commit 9b77a642bd302b7aea2147d1cbcd61e310ccfd91)
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/SGI/smb.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf index b484cc918b..dce487b4e3 100644 --- a/packaging/SGI/smb.conf +++ b/packaging/SGI/smb.conf @@ -38,8 +38,11 @@ guest account = nobody browseable = yes +; this tells Samba to use a separate log file for each machine +; that connects - default is single file named /usr/samba/var/log.smb +; log file = /usr/samba/var/log.%m + ; Set a max size for log files in Kb - log file = /usr/samba/var max log size = 50 ; You will need a world readable lock directory and "share modes=yes" |