From 559da5e6e5aff9ccc57e29b6a91c35a528424b6c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Aug 2012 00:08:58 +0000 Subject: Tue Aug 28 00:08:57 UTC 2012 --- community/bird/PKGBUILD | 8 ++++---- community/bird/bird.service | 6 +++--- community/bird/bird6.service | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'community/bird') diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD index ebc9f9ac1..e6d6afd77 100644 --- a/community/bird/PKGBUILD +++ b/community/bird/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74872 2012-08-08 02:08:13Z seblu $ +# $Id: PKGBUILD 75510 2012-08-26 17:46:55Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=bird pkgname=('bird' 'bird6') pkgver=1.3.8 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://bird.network.cz/' license=('GPL2') @@ -17,8 +17,8 @@ source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz" md5sums=('965fee1be1d5cd45ceef3926e49c18ce' '5e5346a057f187f56cce928b7e423636' '25241a4d7ef639506e0080431b2c1690' - 'e82a0519dca0b289685fda44787f5911' - 'c32e7f6cf1be6ed6f9aa98feea25176d') + '14e684c84249b8f7748d94eee6df155a' + '4988006fc8169c5e00771c75ca67e78f') build() { cd $pkgbase-$pkgver diff --git a/community/bird/bird.service b/community/bird/bird.service index ebdcd6078..b72247208 100644 --- a/community/bird/bird.service +++ b/community/bird/bird.service @@ -2,9 +2,9 @@ Description=BIRD routing daemon [Service] -ExecStart=/usr/sbin/bird -ExecReload=/bin/sh -c "echo configure | /usr/sbin/birdc" -ExecStop=/bin/sh -c "echo down | /usr/sbin/birdc" +ExecStart=/usr/sbin/bird -d +ExecReload=/usr/sbin/birdc configure +ExecStop=/usr/sbin/birdc down [Install] WantedBy=multi-user.target diff --git a/community/bird/bird6.service b/community/bird/bird6.service index e4b824ee2..4d245d187 100644 --- a/community/bird/bird6.service +++ b/community/bird/bird6.service @@ -1,10 +1,10 @@ [Unit] -Description=BIRD6 routing daemon +Description=BIRD IPv6 routing daemon [Service] -ExecStart=/usr/sbin/bird6 -ExecReload=/bin/sh -c "echo configure | /usr/sbin/birdc6" -ExecStop=/bin/sh -c "echo down | /usr/sbin/birdc6" +ExecStart=/usr/sbin/bird6 -d +ExecReload=/usr/sbin/bird6c configure +ExecStop=/usr/sbin/bird6c down [Install] WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf