mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +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
|
#!/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
|
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
|
|
||||||
@@ -99,4 +106,3 @@ case "$1" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
|
|||||||
infrastructure for basic TCP/IP based networking."
|
infrastructure for basic TCP/IP based networking."
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
PR = "r15"
|
PR = "r17"
|
||||||
|
|
||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user