diff options
author | Ross Burton <ross@openedhand.com> | 2008-07-03 15:20:56 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-07-03 15:20:56 +0000 |
commit | bde70a9f31b1c266764724db329c8077f6734884 (patch) | |
tree | edb6c5c189bd3c359cc72052d91b673f1489744e /meta/packages/initscripts/initscripts-1.0/bootmisc.sh | |
parent | 2a7b3ad49137da3e3c4206df9b1fdb94652ae908 (diff) | |
download | poky-bde70a9f31b1c266764724db329c8077f6734884.tar.gz |
initscripts: add dependency headers
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4801 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/initscripts/initscripts-1.0/bootmisc.sh')
-rwxr-xr-x | meta/packages/initscripts/initscripts-1.0/bootmisc.sh | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/bootmisc.sh b/meta/packages/initscripts/initscripts-1.0/bootmisc.sh index d67346b886..f8e1dd6578 100755 --- a/meta/packages/initscripts/initscripts-1.0/bootmisc.sh +++ b/meta/packages/initscripts/initscripts-1.0/bootmisc.sh | |||
@@ -1,6 +1,11 @@ | |||
1 | # | 1 | ### BEGIN INIT INFO |
2 | # bootmisc.sh Miscellaneous things to be done during bootup. | 2 | # Provides: bootmisc |
3 | # | 3 | # Required-Start: $local_fs mountvirtfs |
4 | # Required-Stop: $local_fs | ||
5 | # Default-Start: S | ||
6 | # Default-Stop: 0 6 | ||
7 | # Short-Description: Misc and other. | ||
8 | ### END INIT INFO | ||
4 | 9 | ||
5 | . /etc/default/rcS | 10 | . /etc/default/rcS |
6 | # | 11 | # |