[arch-commits] Commit in ntp/trunk (PKGBUILD ntpd.service ntpdate)

Gaetan Bisson bisson at nymeria.archlinux.org
Thu Aug 1 02:22:45 UTC 2013


    Date: Thursday, August 1, 2013 @ 04:22:45
  Author: bisson
Revision: 191876

fix FS#36339, drop rc script

Modified:
  ntp/trunk/PKGBUILD
  ntp/trunk/ntpd.service
Deleted:
  ntp/trunk/ntpdate

--------------+
 PKGBUILD     |    4 ++--
 ntpd.service |    1 -
 ntpdate      |   29 -----------------------------
 3 files changed, 2 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-01 00:55:33 UTC (rev 191875)
+++ PKGBUILD	2013-08-01 02:22:45 UTC (rev 191876)
@@ -5,7 +5,7 @@
 pkgname=ntp
 pkgver=4.2.6.p5
 _realver=4.2.6p5
-pkgrel=15
+pkgrel=16
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -19,7 +19,7 @@
         'ntpdate.service')
 sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
           'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
-          'ffbabfaab90f1ba4dc769c84fbbfe89c5c01ee95'
+          'ff8370719f003f184563b7d6068c03086678482f'
           '0cb9dbd285e2e8ac51ff47dee08af69e12a09855'
 )
 

Modified: ntpd.service
===================================================================
--- ntpd.service	2013-08-01 00:55:33 UTC (rev 191875)
+++ ntpd.service	2013-08-01 02:22:45 UTC (rev 191876)
@@ -6,7 +6,6 @@
 Type=forking
 PrivateTmp=true
 ExecStart=/usr/bin/ntpd -g -u ntp:ntp
-ControlGroup=cpu:/
 Restart=always
 
 [Install]

Deleted: ntpdate
===================================================================
--- ntpdate	2013-08-01 00:55:33 UTC (rev 191875)
+++ ntpdate	2013-08-01 02:22:45 UTC (rev 191876)
@@ -1,29 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/ntpd.conf
-
-case "$1" in
-	start)
-		stat_busy "Starting NTP Client"
-		if /usr/bin/ntpd -q ${NTP_CLIENT_OPTION} &>/dev/null; then
-			add_daemon ntpdate
-			stat_done
-		else
-			stat_fail
-			exit 1
-		fi
-		;;
-	stop)
-		stat_busy "Stopping NTP Client"
-		rm_daemon ntpdate
-		stat_done
-		;;
-	restart)
-		$0 stop
-		$0 start
-		;;
-	*)
-		echo "usage: $0 {start|stop|restart}"
-esac




More information about the arch-commits mailing list