- Fix the -logfiles patch to close

bz#199607 Samba compiled with wrong log path.
  bz#199206 smb.conf has incorrect log file path
This commit is contained in:
fenlason 2006-07-24 21:15:21 +00:00
parent 640962fbde
commit a604c496ab
2 changed files with 7 additions and 2 deletions

View File

@ -46,7 +46,7 @@
# this tells Samba to use a separate log file for each machine
# that connects
- log file = /usr/local/samba/var/log.%m
+ log file = /usr/local/samba/var/%m.log
+ log file = /var/log/samba/%m.log
# Put a capping on the size of the log files (in Kb).
max log size = 50

View File

@ -3,7 +3,7 @@
Summary: The Samba SMB server.
Name: samba
Version: 3.0.23a
Release: 2
Release: 3
Epoch: 0
License: GNU GPL Version 2
Group: System Environment/Daemons
@ -446,6 +446,11 @@ fi
%{_mandir}/man7/libsmbclient.7*
%changelog
* Mon Jul 24 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23a-3
- Fix the -logfiles patch to close
bz#199607 Samba compiled with wrong log path.
bz#199206 smb.conf has incorrect log file path
* Mon Jul 24 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23a-2
- Upgrade to new upstream 3.0.23a
- include upstream samr_alias patch