From 0b85eb9822f67f3e21050539713033da8e58d3a1 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 20 Mar 2012 14:30:21 +0000 Subject: [PATCH] bird: adjust for service_* code move git-svn-id: svn://svn.openwrt.org/openwrt/packages@31043 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bird/files/bird4loop | 1 + net/bird/files/bird6loop | 1 + 2 files changed, 2 insertions(+) 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 -- 2.11.0