rpms/sendmail/devel sendmail.init, 1.16, 1.17 sendmail.spec, 1.86, 1.87

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Wed Aug 29 14:55:30 UTC 2007


Author: twoerner

Update of /cvs/pkgs/rpms/sendmail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11528

Modified Files:
	sendmail.init sendmail.spec 
Log Message:
- fixed condrestart in init script to use exit instead of return




Index: sendmail.init
===================================================================
RCS file: /cvs/pkgs/rpms/sendmail/devel/sendmail.init,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sendmail.init	27 Aug 2007 10:25:01 -0000	1.16
+++ sendmail.init	29 Aug 2007 14:54:57 -0000	1.17
@@ -152,7 +152,7 @@
 	RETVAL=$?
 	;;
     condrestart|try-restart)
-	[ ! -f /var/lock/subsys/sendmail ] && return 7
+	[ ! -f /var/lock/subsys/sendmail ] && exit 7
 	stop
 	start
 	RETVAL=$?


Index: sendmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sendmail/devel/sendmail.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- sendmail.spec	27 Aug 2007 14:05:34 -0000	1.86
+++ sendmail.spec	29 Aug 2007 14:54:57 -0000	1.87
@@ -15,7 +15,7 @@
 Summary: A widely used Mail Transport Agent (MTA)
 Name: sendmail
 Version: 8.14.1
-Release: 4
+Release: 4.1%{?dist}
 License: Sendmail
 Group: System Environment/Daemons
 URL: http://www.sendmail.org/
@@ -539,6 +539,9 @@
 
 
 %changelog
+* Wed Aug 29 2007 Thomas Woerner <twoerner at redhat.com> 8.14.1-4.1
+- fixed condrestart in init script to use exit instead of return
+
 * Mon Aug 27 2007 Thomas Woerner <twoerner at redhat.com> 8.14.1-4
 - do not remove /etc/aliases.db on package removal (rhbz#223637)
 - fixed remaining paths to certs directory in sendmail.mc file




More information about the fedora-extras-commits mailing list