From 4e7974866df3c6ad91b0b0b47697217df50f556d Mon Sep 17 00:00:00 2001 From: lcb01 Date: Fri, 23 Dec 2011 01:48:49 +0100 Subject: *Changed hbbp initscript to start at 45 (after the network has been initialized) (cherry picked from commit 655ced35fd98c15f3502cfdb972bd61034a604f3) Signed-off-by: Jan Huwald diff --git a/files/common/etc/init.d/hbbp b/files/common/etc/init.d/hbbp index 70158b7..6fbcc86 100755 --- a/files/common/etc/init.d/hbbp +++ b/files/common/etc/init.d/hbbp @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -START=99 +START=45 start() { cd /hbbp @@ -8,4 +8,4 @@ start() { stop() { killall listener -} \ No newline at end of file +} -- cgit v0.10.1