[arch-commits] Commit in chrony/repos (10 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Feb 4 07:41:05 UTC 2013


    Date: Monday, February 4, 2013 @ 08:41:05
  Author: bpiotrowski
Revision: 83627

archrelease: copy trunk to community-i686, community-x86_64

Added:
  chrony/repos/community-i686/PKGBUILD
    (from rev 83626, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/service
    (from rev 83626, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
    (from rev 83626, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/service
    (from rev 83626, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/rc.d
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/rc.d
  chrony/repos/community-x86_64/service

---------------------------+
 community-i686/PKGBUILD   |   81 +++++++++++++++++++++-----------------------
 community-i686/rc.d       |   37 --------------------
 community-i686/service    |   22 +++++------
 community-x86_64/PKGBUILD |   81 +++++++++++++++++++++-----------------------
 community-x86_64/rc.d     |   37 --------------------
 community-x86_64/service  |   22 +++++------
 6 files changed, 100 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-04 07:40:50 UTC (rev 83626)
+++ community-i686/PKGBUILD	2013-02-04 07:41:05 UTC (rev 83627)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
-# Contributor: cdhotfire <cdhotfire at gmail.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-# Contributor: Elisamuel Resto <ryuji at simplysam.us>
-
-pkgname=chrony
-pkgver=1.26
-pkgrel=7
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url="http://chrony.tuxfamily.org/"
-options=('strip')
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-        rc.d
-        service)
-md5sums=('ad6dd619ff1986e4ff780363c64e2246'
-         'd8b653c8bcc76cef00aa10fbd3eeb4f7'
-         '778d85a6b42ccfab6460ec257b39ca4d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver 
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example $pkgdir/etc/chrony.conf
-  install -Dm0755 $srcdir/rc.d $pkgdir/etc/rc.d/chrony
-  install -Dm644  $srcdir/service $pkgdir/usr/lib/systemd/system/chrony.service
-
-  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
-  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 83626, chrony/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-04 07:41:05 UTC (rev 83627)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
+# Contributor: cdhotfire <cdhotfire at gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+# Contributor: Elisamuel Resto <ryuji at simplysam.us>
+
+pkgname=chrony
+pkgver=1.27
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url="http://chrony.tuxfamily.org/"
+options=('strip')
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+        service)
+sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
+            'b4f68b335820b6a8429591750da294e5a9fafc1e8f6af8d865f6604516ecb306')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver 
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example $pkgdir/etc/chrony.conf
+  install -Dm644  $srcdir/service $pkgdir/usr/lib/systemd/system/chrony.service
+
+  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
+  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
+}

Deleted: community-i686/rc.d
===================================================================
--- community-i686/rc.d	2013-02-04 07:40:50 UTC (rev 83626)
+++ community-i686/rc.d	2013-02-04 07:41:05 UTC (rev 83627)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/chronyd`
-case "$1" in
-  start)
-    stat_busy "Starting chrony Daemon"
-    if [ -z "$PID" ]; then 
-       /usr/sbin/chronyd $NTPD_ARGS &
-    fi
-    if [ ! -z "$PID" -o $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon chrony
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping chrony Daemon"
-    [ ! -z "$PID" ]  && kill $PID &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon chrony
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"
-esac

Deleted: community-i686/service
===================================================================
--- community-i686/service	2013-02-04 07:40:50 UTC (rev 83626)
+++ community-i686/service	2013-02-04 07:41:05 UTC (rev 83627)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Chrony Network Time Daemon
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/chronyd
-PIDFile=/var/run/chronyd.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: chrony/repos/community-i686/service (from rev 83626, chrony/trunk/service)
===================================================================
--- community-i686/service	                        (rev 0)
+++ community-i686/service	2013-02-04 07:41:05 UTC (rev 83627)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Chrony Network Time Daemon
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/chronyd
+PIDFile=/var/run/chronyd.pid
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-04 07:40:50 UTC (rev 83626)
+++ community-x86_64/PKGBUILD	2013-02-04 07:41:05 UTC (rev 83627)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
-# Contributor: cdhotfire <cdhotfire at gmail.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-# Contributor: Elisamuel Resto <ryuji at simplysam.us>
-
-pkgname=chrony
-pkgver=1.26
-pkgrel=7
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url="http://chrony.tuxfamily.org/"
-options=('strip')
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-        rc.d
-        service)
-md5sums=('ad6dd619ff1986e4ff780363c64e2246'
-         'd8b653c8bcc76cef00aa10fbd3eeb4f7'
-         '778d85a6b42ccfab6460ec257b39ca4d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver 
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example $pkgdir/etc/chrony.conf
-  install -Dm0755 $srcdir/rc.d $pkgdir/etc/rc.d/chrony
-  install -Dm644  $srcdir/service $pkgdir/usr/lib/systemd/system/chrony.service
-
-  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
-  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
-}

Copied: chrony/repos/community-x86_64/PKGBUILD (from rev 83626, chrony/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-04 07:41:05 UTC (rev 83627)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
+# Contributor: cdhotfire <cdhotfire at gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+# Contributor: Elisamuel Resto <ryuji at simplysam.us>
+
+pkgname=chrony
+pkgver=1.27
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url="http://chrony.tuxfamily.org/"
+options=('strip')
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+        service)
+sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
+            'b4f68b335820b6a8429591750da294e5a9fafc1e8f6af8d865f6604516ecb306')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver 
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example $pkgdir/etc/chrony.conf
+  install -Dm644  $srcdir/service $pkgdir/usr/lib/systemd/system/chrony.service
+
+  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
+  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
+}

Deleted: community-x86_64/rc.d
===================================================================
--- community-x86_64/rc.d	2013-02-04 07:40:50 UTC (rev 83626)
+++ community-x86_64/rc.d	2013-02-04 07:41:05 UTC (rev 83627)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/chronyd`
-case "$1" in
-  start)
-    stat_busy "Starting chrony Daemon"
-    if [ -z "$PID" ]; then 
-       /usr/sbin/chronyd $NTPD_ARGS &
-    fi
-    if [ ! -z "$PID" -o $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon chrony
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping chrony Daemon"
-    [ ! -z "$PID" ]  && kill $PID &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon chrony
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"
-esac

Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service	2013-02-04 07:40:50 UTC (rev 83626)
+++ community-x86_64/service	2013-02-04 07:41:05 UTC (rev 83627)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Chrony Network Time Daemon
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/chronyd
-PIDFile=/var/run/chronyd.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: chrony/repos/community-x86_64/service (from rev 83626, chrony/trunk/service)
===================================================================
--- community-x86_64/service	                        (rev 0)
+++ community-x86_64/service	2013-02-04 07:41:05 UTC (rev 83627)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Chrony Network Time Daemon
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/chronyd
+PIDFile=/var/run/chronyd.pid
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list