diff --git a/samba-3.0.23-logfiles.patch b/samba-3.0.23-logfiles.patch index 771de03..0503a95 100644 --- a/samba-3.0.23-logfiles.patch +++ b/samba-3.0.23-logfiles.patch @@ -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 diff --git a/samba.spec b/samba.spec index 77f2200..5e1db8b 100644 --- a/samba.spec +++ b/samba.spec @@ -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 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 3.0.23a-2 - Upgrade to new upstream 3.0.23a - include upstream samr_alias patch