aboutsummaryrefslogtreecommitdiffstats
path: root/packages/netbase
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-04-28 22:00:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-28 22:00:02 +0000
commita7b022857cab7908fd7358785c2f87e48b1b0039 (patch)
tree3bee6c6bac1f3cd449de4eead90216e400131143 /packages/netbase
parent3b2b7840415a79b81aca08f0fa6e07ff5c6ef935 (diff)
downloadopenembedded-a7b022857cab7908fd7358785c2f87e48b1b0039.tar.gz
netbase: Moved networking init script to 42 for slugos.
Diffstat (limited to 'packages/netbase')
-rw-r--r--packages/netbase/netbase_4.21.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/netbase/netbase_4.21.bb b/packages/netbase/netbase_4.21.bb
index 89a7d3c7cd..d5526776eb 100644
--- a/packages/netbase/netbase_4.21.bb
+++ b/packages/netbase/netbase_4.21.bb
@@ -2,7 +2,7 @@ SECTION = "base"
DESCRIPTION = "This package provides the necessary \
infrastructure for basic TCP/IP based networking."
LICENSE = "GPL"
-PR = "r9"
+PR = "r10"
inherit update-rc.d
@@ -12,7 +12,7 @@ INITSCRIPT_PARAMS = "start 40 S . stop 40 0 6 1 ."
INITSCRIPT_PARAMS_openmn = "start 85 1 2 3 4 5 . stop 85 0 6 1 ."
# On SlugOS (NSLU2) delay the stop until after network apps have exited
# Do not stop in single user - there's no way to sulogin!
-INITSCRIPT_PARAMS_slugos = "start 40 S 0 6 ."
+INITSCRIPT_PARAMS_slugos = "start 42 S 0 6 ."
SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \
file://options \