]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- fixed ntpdate-wrapper typo; rel. 4 auto/th/ntp-4_2_6p5-4
authorŁukasz Kieś <kiesiu@pld-linux.org>
Wed, 15 Feb 2012 12:35:27 +0000 (12:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp.spec -> 1.157
    ntpdate-wrapper -> 1.2

ntp.spec
ntpdate-wrapper

index f832ea004bafe7c63968f5516136e4aaa0e3e1f6..0d2ff48ca7751be62e909f77a7dd5c393bfb2055 100644 (file)
--- a/ntp.spec
+++ b/ntp.spec
@@ -11,7 +11,7 @@ Summary(pl.UTF-8):    Narzędzia do synchronizacji czasu (Network Time Protocol)
 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
index 5ee1026d986b398e5b26b0bd8707ce1ad1f093b2..8a3540f48ba5abf9a295aa5bd9c4dcf605ccd2b4 100644 (file)
@@ -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
This page took 0.03752 seconds and 4 git commands to generate.