]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- ws cleanup auto/ti/ntp-4_2_6p3-4
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 11:08:01 +0000 (11:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp.upstart -> 1.2
    ntpdate.upstart -> 1.2

ntp.upstart
ntpdate.upstart

index 1065d23f19a874b0f84a5e4ef391fd48d0a11b51..9e53e6b5e23f9f682ef81e296970768368a0730d 100644 (file)
@@ -16,6 +16,6 @@ end script
 script
        # Source old-style ntp service configuration
        [ -f /etc/sysconfig/ntpd ] && . /etc/sysconfig/ntpd
-               
+
        exec /usr/sbin/ntpd -n -c /etc/ntp/ntp.conf -p /var/run/ntpd.pid ${NTPD_USER:+-u $NTPD_USER} $NTPD_OPTIONS
 end script
index dc72c17474c8d00bb1646119adcc84cb6df46d82..58f5c44bc74d5b1dfa768c9a26ea23d4523c41c7 100644 (file)
@@ -1,6 +1,6 @@
 description "Synchronizes time with ntpdate (NTP client)"
 
-# TODO: act on "have default gateway" 
+# TODO: act on "have default gateway"
 # start on net-device-added INTERFACE!=lo
 # TODO: run before ntpd
 
@@ -17,7 +17,7 @@ normal exit 0 1
 script
        # Source old-style ntp service configuration
        [ -f /etc/sysconfig/ntpdate ] && . /etc/sysconfig/ntpdate
-               
+
        /usr/sbin/ntpdate -s ${NTPDATE_USER:+-U $NTPDATE_USER} $NTPDATE_OPTIONS $NTPDATE_SERVERS
 
        if [ "$SYNC_HWCLOCK" = "yes" ]; then
This page took 0.053249 seconds and 4 git commands to generate.