summaryrefslogtreecommitdiff
path: root/community/bird
diff options
context:
space:
mode:
Diffstat (limited to 'community/bird')
-rw-r--r--community/bird/PKGBUILD6
-rw-r--r--community/bird/bird.conf2
-rw-r--r--community/bird/bird.rc2
3 files changed, 5 insertions, 5 deletions
diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD
index 95c6821cc..4fdea4990 100644
--- a/community/bird/PKGBUILD
+++ b/community/bird/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=bird
pkgname=('bird' 'bird6')
pkgver=1.3.4
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://bird.network.cz/'
license=('GPL2')
@@ -15,8 +15,8 @@ source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz"
'bird.service'
'bird6.service')
md5sums=('20f5aa9d3f853d2c922438dc9d922ecc'
- 'e5ef4a753623e15e9daacb0874747bfb'
- 'fbd56e7ce085107e6b6c5600f4f1a4b8'
+ '1a4b98756d64f52333a83eff2e95d233'
+ '25241a4d7ef639506e0080431b2c1690'
'e82a0519dca0b289685fda44787f5911'
'c32e7f6cf1be6ed6f9aa98feea25176d')
diff --git a/community/bird/bird.conf b/community/bird/bird.conf
index 1730475a7..88276d8cf 100644
--- a/community/bird/bird.conf
+++ b/community/bird/bird.conf
@@ -1,3 +1,3 @@
# vim:set ts=2 sw=2 ft=sh noet:
-DAMEON_OPTIONS='-u noboby -g nobody'
+DAEMON_OPTS='-u nobody -g nobody'
diff --git a/community/bird/bird.rc b/community/bird/bird.rc
index 85b816e3e..95fe65217 100644
--- a/community/bird/bird.rc
+++ b/community/bird/bird.rc
@@ -11,7 +11,7 @@ PID=$(pidof -o %PPID $DAEMON)
case "$1" in
start)
stat_busy "Starting $NAME daemon"
- [[ ! $PID ]] && $DAEMON $DAEMON_OPTIONS && add_daemon $NAME && stat_done && exit 0
+ [[ ! $PID ]] && $DAEMON $DAEMON_OPTS && add_daemon $NAME && stat_done && exit 0
stat_fail
;;
stop)