From 589f7698e0dbba9a99759f3dbb68ff45e554186a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 21 Dec 2009 03:39:21 +0000 Subject: [PATCH] babel: fix references to config file and section in the init script (thx, alx) SVN-Revision: 18874 --- net/babel/files/babeld.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index 12fa90e2e8..a7e45875e5 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -27,9 +27,9 @@ start() { fi include /lib/network scan_interfaces - config_load babel + config_load babeld mkdir -p /var/lib - config_foreach babel_config babel + config_foreach babel_config babeld } stop() { -- 2.30.2