From: nbd Date: Tue, 20 Mar 2012 14:30:21 +0000 (+0000) Subject: bird: adjust for service_* code move X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=0b85eb9822f67f3e21050539713033da8e58d3a1;p=packages.git bird: adjust for service_* code move git-svn-id: svn://svn.openwrt.org/openwrt/packages@31043 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/bird/files/bird4loop b/net/bird/files/bird4loop index 5dd6b95c9..074a9a2e3 100644 --- a/net/bird/files/bird4loop +++ b/net/bird/files/bird4loop @@ -5,6 +5,7 @@ BIRD=/usr/sbin/bird4 $BIRD -p || return 1 . /lib/functions.sh +. /lib/functions/service.sh SERVICE_DAEMONIZE=1 SERVICE_WRITE_PID=1 diff --git a/net/bird/files/bird6loop b/net/bird/files/bird6loop index 46f498a06..c01cf2ee0 100644 --- a/net/bird/files/bird6loop +++ b/net/bird/files/bird6loop @@ -5,6 +5,7 @@ BIRD=/usr/sbin/bird6 $BIRD -p || return 1 . /lib/functions.sh +. /lib/functions/service.sh SERVICE_DAEMONIZE=1 SERVICE_WRITE_PID=1