rpms/dbmail/FC-5 dbmail.logrotate,1.1,1.2 dbmail.spec,1.8,1.9

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Tue Jun 5 15:46:57 UTC 2007


Author: bjohnson

Update of /cvs/pkgs/rpms/dbmail/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv622/FC-5

Modified Files:
	dbmail.logrotate dbmail.spec 
Log Message:
fix logrotate script as suggested in dbmail bug #600



Index: dbmail.logrotate
===================================================================
RCS file: /cvs/pkgs/rpms/dbmail/FC-5/dbmail.logrotate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbmail.logrotate	21 Feb 2007 06:37:45 -0000	1.1
+++ dbmail.logrotate	5 Jun 2007 15:44:54 -0000	1.2
@@ -9,6 +9,6 @@
     notifempty
     create 0600 root root
     postrotate
-        /usr/bin/killall -HUP dbmail-lmtpd dbmail-imapd dbmail-pop3d dbmail-timsieved &> /dev/null
+       for pid in `ls /var/run/dbmail*\.pid`; do kill -HUP `cat $pid` &> /dev/null; done
     endscript
 }


Index: dbmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dbmail/FC-5/dbmail.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dbmail.spec	5 Jun 2007 15:06:08 -0000	1.8
+++ dbmail.spec	5 Jun 2007 15:44:54 -0000	1.9
@@ -222,6 +222,7 @@
 %changelog
 * Tue Jun 05 2007 Bernard Johnson <bjohnson at symetrix.com> 2.2.5-1
 - 2.2.5
+- change method of restarting daemons to that suggested in dbmail bug #600
 
 * Wed May 23 2007 Bernard Johnson <bjohnson at symetrix.com> 2.2.5-0.1.rc3
 - update to svn 2.2.5rc3




More information about the fedora-extras-commits mailing list