diff --git a/samba.log b/samba.log index 63a36b6..681a955 100644 --- a/samba.log +++ b/samba.log @@ -4,6 +4,6 @@ sharedscripts copytruncate postrotate - /bin/kill -HUP `cat /var/run/smbd.pid /var/run/nmbd.pid 2> /dev/null` 2> /dev/null || true + /bin/kill -HUP `cat /var/run/samba/smbd.pid /var/run/samba/nmbd.pid 2> /dev/null` 2> /dev/null || true endscript } diff --git a/samba.spec b/samba.spec index 60fbbc5..8b12fa9 100644 --- a/samba.spec +++ b/samba.spec @@ -4,7 +4,7 @@ Summary: The Samba SMB server. Name: samba Version: 2.2.5 -Release: 9 +Release: 10 License: GNU GPL Version 2 Group: System Environment/Daemons URL: http://www.samba.org/ @@ -420,6 +420,9 @@ fi #%{_mandir}/ja/man8/smbpasswd.8* %changelog +* Wed Aug 28 2002 Trond Eivind Glomsrød 2.2.5-10 +- logrotate fixes (#65007) + * Mon Aug 26 2002 Trond Eivind Glomsrød 2.2.5-9 - /usr/lib was used in place of %%{_libdir} in three locations (#72554)