mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user