- 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:
parent
640962fbde
commit
a604c496ab
@ -46,7 +46,7 @@
|
|||||||
# this tells Samba to use a separate log file for each machine
|
# this tells Samba to use a separate log file for each machine
|
||||||
# that connects
|
# that connects
|
||||||
- log file = /usr/local/samba/var/log.%m
|
- 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).
|
# Put a capping on the size of the log files (in Kb).
|
||||||
max log size = 50
|
max log size = 50
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: The Samba SMB server.
|
Summary: The Samba SMB server.
|
||||||
Name: samba
|
Name: samba
|
||||||
Version: 3.0.23a
|
Version: 3.0.23a
|
||||||
Release: 2
|
Release: 3
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: GNU GPL Version 2
|
License: GNU GPL Version 2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -446,6 +446,11 @@ fi
|
|||||||
%{_mandir}/man7/libsmbclient.7*
|
%{_mandir}/man7/libsmbclient.7*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 24 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23a-2
|
||||||
- Upgrade to new upstream 3.0.23a
|
- Upgrade to new upstream 3.0.23a
|
||||||
- include upstream samr_alias patch
|
- include upstream samr_alias patch
|
||||||
|
Loading…
Reference in New Issue
Block a user