summaryrefslogtreecommitdiff
path: root/community/radvd
diff options
context:
space:
mode:
Diffstat (limited to 'community/radvd')
-rw-r--r--community/radvd/PKGBUILD12
-rw-r--r--community/radvd/radvd.service1
2 files changed, 7 insertions, 6 deletions
diff --git a/community/radvd/PKGBUILD b/community/radvd/PKGBUILD
index d406f0846..8c93df3e5 100644
--- a/community/radvd/PKGBUILD
+++ b/community/radvd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 83582 2013-02-03 13:24:28Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# $Id: PKGBUILD 88368 2013-04-16 19:57:49Z seblu $
+# Maintainer: Sébastien Luttringer
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Mark Smith <markzzzsmith@yahoo.com.au>
pkgname=radvd
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
pkgdesc='IPv6 Router Advertisement Daemon'
url='http://www.litech.org/radvd/'
license=('custom')
@@ -14,8 +14,8 @@ arch=('i686' 'x86_64' 'mips64el')
backup=('etc/radvd.conf')
source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz"
"$pkgname.service")
-sha1sums=('5bc39b7bec0d73ffa443634c340e75b54867766c'
- '9cb6b2eaaf445fe8d17dfc50fde15709d4de7d1d')
+sha1sums=('14b025bdcec77ea7278cd8ee2a32af3f81d26f4d'
+ 'f1e97885117b5ee2a533916624fa4297ce66e418')
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --with-pidfile=/run/radvd.pid \
diff --git a/community/radvd/radvd.service b/community/radvd/radvd.service
index f6f5ad67e..92685d73b 100644
--- a/community/radvd/radvd.service
+++ b/community/radvd/radvd.service
@@ -1,5 +1,6 @@
[Unit]
Description=IPv6 Router Advertisement Daemon
+After=network.target
[Service]
ExecStart=/usr/sbin/radvd --nodaemon --logmethod=stderr