rpms/ntp/FC-3 ntp.spec,1.32,1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 31 10:34:29 UTC 2005


Author: praszyk

Update of /cvs/dist/rpms/ntp/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv10295

Modified Files:
	ntp.spec 
Log Message:
A small bug in ntp.spec (#166773)



Index: ntp.spec
===================================================================
RCS file: /cvs/dist/rpms/ntp/FC-3/ntp.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ntp.spec	26 Aug 2005 08:26:32 -0000	1.32
+++ ntp.spec	31 Oct 2005 10:34:24 -0000	1.33
@@ -8,7 +8,7 @@
 Summary: Synchronizes system time using the Network Time Protocol (NTP).
 Name: ntp
 Version: 4.2.0.a.20040617
-Release: 5.FC3
+Release: 6.FC3
 License: distributable
 Group: System Environment/Daemons
 Source0: http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-%{tarversion}.tar.gz
@@ -183,7 +183,7 @@
     # remove the temp file
     rm -f %{_sysconfdir}/ntp.conf.rpmupdate
     # start ntp if it was running previously
-    [ $wasrunning -eq 0 ] && service ntpd start > /dev/null 2>&1
+    [ $wasrunning -eq 0 ] && service ntpd start > /dev/null 2>&1 || :
   fi
 fi
 
@@ -224,6 +224,9 @@
 
 
 %changelog
+* Mon Oct 31 2005 Petr Raszyk <praszyk at redhat.com> 4.2.0.a.20040617-6.FC3
+- A small bug in ntp.spec (#166773).
+
 * Fri Aug 26 2005 Jindrich Novy <jnovy at redhat.com> 4.2.0.a.20040617-5.FC3
 - release update to fix CAN-2005-2496 (#147743)
 




More information about the fedora-cvs-commits mailing list