bird: adjust for service_* code move
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Mar 2012 14:30:21 +0000 (14:30 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Mar 2012 14:30:21 +0000 (14:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31043 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/bird/files/bird4loop
net/bird/files/bird6loop

index 5dd6b95..074a9a2 100644 (file)
@@ -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
index 46f498a..c01cf2e 100644 (file)
@@ -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