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/halt | |
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/halt')
-rwxr-xr-x | meta/packages/initscripts/initscripts-1.0/halt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/halt b/meta/packages/initscripts/initscripts-1.0/halt index d8cab222ca..f76c72177b 100755 --- a/meta/packages/initscripts/initscripts-1.0/halt +++ b/meta/packages/initscripts/initscripts-1.0/halt | |||
@@ -1,9 +1,14 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # | 2 | ### |
3 | # halt Execute the halt command. | 3 | # BEGIN INIT INFO |
4 | # | 4 | # Provides: halt |
5 | # Version: @(#)halt 2.84-2 07-Jan-2002 miquels@cistron.nl | 5 | # Required-Start: |
6 | # | 6 | # Required-Stop: |
7 | # Default-Start: | ||
8 | # Default-Stop: 0 | ||
9 | # Short-Description: Execute the halt command. | ||
10 | # Description: | ||
11 | ### END INIT INFO | ||
7 | 12 | ||
8 | PATH=/sbin:/bin:/usr/sbin:/usr/bin | 13 | PATH=/sbin:/bin:/usr/sbin:/usr/bin |
9 | 14 | ||