[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/ntp/FC-4 ntp.spec,1.35,1.36
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/ntp/FC-4 ntp.spec,1.35,1.36
- Date: Mon, 31 Oct 2005 05:23:51 -0500
Author: praszyk
Update of /cvs/dist/rpms/ntp/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv7738
Modified Files:
ntp.spec
Log Message:
A small bug in ntp.spec (#166773)
Index: ntp.spec
===================================================================
RCS file: /cvs/dist/rpms/ntp/FC-4/ntp.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ntp.spec 14 Apr 2005 11:39:14 -0000 1.35
+++ ntp.spec 31 Oct 2005 10:23:43 -0000 1.36
@@ -8,7 +8,7 @@
Summary: Synchronizes system time using the Network Time Protocol (NTP).
Name: ntp
Version: 4.2.0.a.20040617
-Release: 8
+Release: 9
License: distributable
Group: System Environment/Daemons
Source0: http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-%{tarversion}.tar.gz
@@ -184,7 +184,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
@@ -225,6 +225,9 @@
%changelog
+* Mon Oct 31 CET 2005 Petr Raszyk <praszyk redhat com> 4.2.0.a.20040617-9
+- A small bug in ntp.spec (#166773).
+
* Thu Apr 14 2005 Jiri Ryska <jryska redhat com> 4.2.0.a.20040617-8
- fixed gid setting when ntpd started with -u flag
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]