[arch-commits] Commit in radvd/repos (12 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun Feb 3 13:24:28 UTC 2013


    Date: Sunday, February 3, 2013 @ 14:24:28
  Author: seblu
Revision: 83582

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

Added:
  radvd/repos/community-i686/PKGBUILD
    (from rev 83581, radvd/trunk/PKGBUILD)
  radvd/repos/community-i686/radvd.service
    (from rev 83581, radvd/trunk/radvd.service)
  radvd/repos/community-x86_64/PKGBUILD
    (from rev 83581, radvd/trunk/PKGBUILD)
  radvd/repos/community-x86_64/radvd.service
    (from rev 83581, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/community-i686/PKGBUILD
  radvd/repos/community-i686/radvd.conf
  radvd/repos/community-i686/radvd.rc
  radvd/repos/community-i686/radvd.service
  radvd/repos/community-x86_64/PKGBUILD
  radvd/repos/community-x86_64/radvd.conf
  radvd/repos/community-x86_64/radvd.rc
  radvd/repos/community-x86_64/radvd.service

--------------------------------+
 community-i686/PKGBUILD        |   85 +++++++++++++++++----------------------
 community-i686/radvd.conf      |    7 ---
 community-i686/radvd.rc        |   39 -----------------
 community-i686/radvd.service   |   16 +++----
 community-x86_64/PKGBUILD      |   85 +++++++++++++++++----------------------
 community-x86_64/radvd.conf    |    7 ---
 community-x86_64/radvd.rc      |   39 -----------------
 community-x86_64/radvd.service |   16 +++----
 8 files changed, 92 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-03 13:24:19 UTC (rev 83581)
+++ community-i686/PKGBUILD	2013-02-03 13:24:28 UTC (rev 83582)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Mark Smith <markzzzsmith at yahoo.com.au>
-
-pkgname=radvd
-pkgver=1.9.2
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc' 'libdaemon')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf' 'etc/conf.d/radvd')
-source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz"
-        "$pkgname.rc"
-        "$pkgname.conf"
-        "$pkgname.service")
-sha1sums=('5bc39b7bec0d73ffa443634c340e75b54867766c'
-          '08dd01319682f4ef2e847d11aa375e0239c08c7a'
-          '63ce41d790a0472e6b3b15928f6a71d1dbb7700d'
-          '9cb6b2eaaf445fe8d17dfc50fde15709d4de7d1d')
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --with-pidfile=/run/radvd.pid \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-
-  # install default config
-  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
-
-  # install license
-  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  # install initscripts & systemd files
-  install -D -m 755 ../$pkgname.rc "$pkgdir/etc/rc.d/$pkgname"
-  install -D -m 644 ../$pkgname.conf "$pkgdir/etc/conf.d/$pkgname"
-  install -D -m 644 ../$pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: radvd/repos/community-i686/PKGBUILD (from rev 83581, radvd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-03 13:24:28 UTC (rev 83582)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Mark Smith <markzzzsmith at yahoo.com.au>
+
+pkgname=radvd
+pkgver=1.9.2
+pkgrel=2
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc' 'libdaemon')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz"
+        "$pkgname.service")
+sha1sums=('5bc39b7bec0d73ffa443634c340e75b54867766c'
+          '9cb6b2eaaf445fe8d17dfc50fde15709d4de7d1d')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --with-pidfile=/run/radvd.pid \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+  # default config
+  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
+  # license
+  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/radvd.conf
===================================================================
--- community-i686/radvd.conf	2013-02-03 13:24:19 UTC (rev 83581)
+++ community-i686/radvd.conf	2013-02-03 13:24:28 UTC (rev 83582)
@@ -1,7 +0,0 @@
-# vim:set ts=2 sw=2 ft=sh noet:
-
-# daemon pid file
-#PIDFILE='/run/radvd.pid'
-
-# daemon options. treated as an array.
-DAEMON_OPTS=('--logmethod=syslog')

Deleted: community-i686/radvd.rc
===================================================================
--- community-i686/radvd.rc	2013-02-03 13:24:19 UTC (rev 83581)
+++ community-i686/radvd.rc	2013-02-03 13:24:28 UTC (rev 83582)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/${0##*/}
-
-DAEMON=/usr/sbin/radvd
-PIDFILE=${PIDFILE:-/run/${0##*/}.pid}
-DAEMON_OPTS+=("--pidfile=$PIDFILE")
-
-# check pid file
-[[ -r "$PIDFILE" ]] &&
-  read PID < "$PIDFILE" && [[ -n $PID ]] && kill -0 $PID || unset PID
-
-case "$1" in
-  start)
-    stat_busy "Starting ${0##*/} daemon"
-    [[ ! $PID ]] && $DAEMON "${DAEMON_OPTS[@]}" &&
-      add_daemon ${0##*/} && stat_done && exit 0
-    stat_fail
-  ;;
-  stop)
-    stat_busy "Stopping ${0##*/} daemon"
-    [[ $PID ]] && kill $PID &> /dev/null && rm_daemon ${0##*/} && stat_done && exit 0
-    stat_fail
-  ;;
-  restart)
-    $0 stop
-    $0 start
-    exit 0
-  ;;
-  *)
-    echo "usage: ${0##*/} {start|stop|restart}" >&2
-  ;;
-esac
-
-exit 1
-
-# vim:set ts=2 sw=2 ft=sh et:

Deleted: community-i686/radvd.service
===================================================================
--- community-i686/radvd.service	2013-02-03 13:24:19 UTC (rev 83581)
+++ community-i686/radvd.service	2013-02-03 13:24:28 UTC (rev 83582)
@@ -1,8 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-
-[Service]
-ExecStart=/usr/sbin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/community-i686/radvd.service (from rev 83581, radvd/trunk/radvd.service)
===================================================================
--- community-i686/radvd.service	                        (rev 0)
+++ community-i686/radvd.service	2013-02-03 13:24:28 UTC (rev 83582)
@@ -0,0 +1,8 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+
+[Service]
+ExecStart=/usr/sbin/radvd --nodaemon --logmethod=stderr
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-03 13:24:19 UTC (rev 83581)
+++ community-x86_64/PKGBUILD	2013-02-03 13:24:28 UTC (rev 83582)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Mark Smith <markzzzsmith at yahoo.com.au>
-
-pkgname=radvd
-pkgver=1.9.2
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc' 'libdaemon')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf' 'etc/conf.d/radvd')
-source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz"
-        "$pkgname.rc"
-        "$pkgname.conf"
-        "$pkgname.service")
-sha1sums=('5bc39b7bec0d73ffa443634c340e75b54867766c'
-          '08dd01319682f4ef2e847d11aa375e0239c08c7a'
-          '63ce41d790a0472e6b3b15928f6a71d1dbb7700d'
-          '9cb6b2eaaf445fe8d17dfc50fde15709d4de7d1d')
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --with-pidfile=/run/radvd.pid \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-
-  # install default config
-  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
-
-  # install license
-  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  # install initscripts & systemd files
-  install -D -m 755 ../$pkgname.rc "$pkgdir/etc/rc.d/$pkgname"
-  install -D -m 644 ../$pkgname.conf "$pkgdir/etc/conf.d/$pkgname"
-  install -D -m 644 ../$pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: radvd/repos/community-x86_64/PKGBUILD (from rev 83581, radvd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-03 13:24:28 UTC (rev 83582)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Mark Smith <markzzzsmith at yahoo.com.au>
+
+pkgname=radvd
+pkgver=1.9.2
+pkgrel=2
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc' 'libdaemon')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz"
+        "$pkgname.service")
+sha1sums=('5bc39b7bec0d73ffa443634c340e75b54867766c'
+          '9cb6b2eaaf445fe8d17dfc50fde15709d4de7d1d')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --with-pidfile=/run/radvd.pid \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+  # default config
+  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
+  # license
+  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/radvd.conf
===================================================================
--- community-x86_64/radvd.conf	2013-02-03 13:24:19 UTC (rev 83581)
+++ community-x86_64/radvd.conf	2013-02-03 13:24:28 UTC (rev 83582)
@@ -1,7 +0,0 @@
-# vim:set ts=2 sw=2 ft=sh noet:
-
-# daemon pid file
-#PIDFILE='/run/radvd.pid'
-
-# daemon options. treated as an array.
-DAEMON_OPTS=('--logmethod=syslog')

Deleted: community-x86_64/radvd.rc
===================================================================
--- community-x86_64/radvd.rc	2013-02-03 13:24:19 UTC (rev 83581)
+++ community-x86_64/radvd.rc	2013-02-03 13:24:28 UTC (rev 83582)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/${0##*/}
-
-DAEMON=/usr/sbin/radvd
-PIDFILE=${PIDFILE:-/run/${0##*/}.pid}
-DAEMON_OPTS+=("--pidfile=$PIDFILE")
-
-# check pid file
-[[ -r "$PIDFILE" ]] &&
-  read PID < "$PIDFILE" && [[ -n $PID ]] && kill -0 $PID || unset PID
-
-case "$1" in
-  start)
-    stat_busy "Starting ${0##*/} daemon"
-    [[ ! $PID ]] && $DAEMON "${DAEMON_OPTS[@]}" &&
-      add_daemon ${0##*/} && stat_done && exit 0
-    stat_fail
-  ;;
-  stop)
-    stat_busy "Stopping ${0##*/} daemon"
-    [[ $PID ]] && kill $PID &> /dev/null && rm_daemon ${0##*/} && stat_done && exit 0
-    stat_fail
-  ;;
-  restart)
-    $0 stop
-    $0 start
-    exit 0
-  ;;
-  *)
-    echo "usage: ${0##*/} {start|stop|restart}" >&2
-  ;;
-esac
-
-exit 1
-
-# vim:set ts=2 sw=2 ft=sh et:

Deleted: community-x86_64/radvd.service
===================================================================
--- community-x86_64/radvd.service	2013-02-03 13:24:19 UTC (rev 83581)
+++ community-x86_64/radvd.service	2013-02-03 13:24:28 UTC (rev 83582)
@@ -1,8 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-
-[Service]
-ExecStart=/usr/sbin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/community-x86_64/radvd.service (from rev 83581, radvd/trunk/radvd.service)
===================================================================
--- community-x86_64/radvd.service	                        (rev 0)
+++ community-x86_64/radvd.service	2013-02-03 13:24:28 UTC (rev 83582)
@@ -0,0 +1,8 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+
+[Service]
+ExecStart=/usr/sbin/radvd --nodaemon --logmethod=stderr
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list