packages: ntp/ntpdate-wrapper, ntp/ntp.spec - fixed ntpdate-wrapper typo; r...

kiesiu kiesiu at pld-linux.org
Wed Feb 15 13:35:33 CET 2012


Author: kiesiu                       Date: Wed Feb 15 12:35:33 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed ntpdate-wrapper typo; rel. 4

---- Files affected:
packages/ntp:
   ntpdate-wrapper (1.1 -> 1.2) , ntp.spec (1.156 -> 1.157) 

---- Diffs:

================================================================
Index: packages/ntp/ntpdate-wrapper
diff -u packages/ntp/ntpdate-wrapper:1.1 packages/ntp/ntpdate-wrapper:1.2
--- packages/ntp/ntpdate-wrapper:1.1	Tue Feb 14 17:54:56 2012
+++ packages/ntp/ntpdate-wrapper	Wed Feb 15 13:35:27 2012
@@ -6,7 +6,7 @@
 /usr/sbin/ntpdate -s -U ntp $NTPDATE_OPTIONS $NTPDATE_SERVERS
 RETVAL=$?
 
-if [ $RETVAL -eq 0 -a "$SYNC_HWCLOCK" = "yes"]; then
+if [ $RETVAL -eq 0 -a "$SYNC_HWCLOCK" = "yes" ]; then
 	/sbin/hwclock --systohc
 	RETVAL=$?
 fi

================================================================
Index: packages/ntp/ntp.spec
diff -u packages/ntp/ntp.spec:1.156 packages/ntp/ntp.spec:1.157
--- packages/ntp/ntp.spec:1.156	Tue Feb 14 18:03:22 2012
+++ packages/ntp/ntp.spec	Wed Feb 15 13:35:27 2012
@@ -12,7 +12,7 @@
 Summary(pt_BR.UTF-8):	Network Time Protocol versão 4
 Name:		ntp
 Version:	4.2.6p5
-Release:	3
+Release:	4
 License:	distributable
 Group:		Networking/Daemons
 Source0:	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/%{name}-%{version}.tar.gz
@@ -480,6 +480,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.157  2012/02/15 12:35:27  kiesiu
+- fixed ntpdate-wrapper typo; rel. 4
+
 Revision 1.156  2012/02/14 17:03:22  baggins
 - rel 3
 - added systemd R
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ntp/ntpdate-wrapper?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ntp/ntp.spec?r1=1.156&r2=1.157&f=u



More information about the pld-cvs-commit mailing list