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