netbase: add init script depends

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4805 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-07-03 15:25:46 +00:00
parent 95eb982dc4
commit 9ae4645baf
2 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,13 @@
#!/bin/sh
#
# manage network interfaces and configure some networking options
### BEGIN INIT INFO
# Provides: networking
# Required-Start: $local_fs mountvirtfs
# Required-Stop: $local_fs
# Default-Start: S
# Default-Stop: 0 6
# Short-Description: Raise network interfaces and configure them
### END INIT INFO
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
@@ -99,4 +106,3 @@ case "$1" in
esac
exit 0

View File

@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
infrastructure for basic TCP/IP based networking."
SECTION = "base"
LICENSE = "GPL"
PR = "r15"
PR = "r17"
inherit update-rc.d