diff options
| author | Ross Burton <ross@openedhand.com> | 2008-07-03 15:22:44 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2008-07-03 15:22:44 +0000 |
| commit | 26628bf01017e7b29d2eb1374d220b8f79748d00 (patch) | |
| tree | fa63c098ed102d34f93cba88efc37d67ad09406d /meta/packages/apmd/apmd-3.2.2 | |
| parent | bde70a9f31b1c266764724db329c8077f6734884 (diff) | |
| download | poky-26628bf01017e7b29d2eb1374d220b8f79748d00.tar.gz | |
apmd: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4802 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apmd/apmd-3.2.2')
| -rwxr-xr-x | meta/packages/apmd/apmd-3.2.2/init | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/packages/apmd/apmd-3.2.2/init b/meta/packages/apmd/apmd-3.2.2/init index f1098a752d..268d4b26b7 100755 --- a/meta/packages/apmd/apmd-3.2.2/init +++ b/meta/packages/apmd/apmd-3.2.2/init | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | # | 2 | ### BEGIN INIT INFO |
| 3 | # Start or stop the Advanced Power Management daemon. | 3 | # Provides: apmd |
| 4 | # | 4 | # Required-Start: $remote_fs |
| 5 | # Written by Dirk Eddelbuettel <edd@debian.org> | 5 | # Required-Stop: $remote_fs |
| 6 | # Greatly modified by Avery Pennarun <apenwarr@debian.org> | 6 | # Default-Start: 2 3 4 5 |
| 7 | # | 7 | # Default-Stop: 0 1 6 |
| 8 | # I think this script is now free of bashisms. | 8 | # Short-Description: Advanced Power Management daemon |
| 9 | # Please correct me if I'm wrong! | 9 | ### END INIT INFO |
| 10 | 10 | ||
| 11 | PATH=/bin:/usr/bin:/sbin:/usr/sbin | 11 | PATH=/bin:/usr/bin:/sbin:/usr/sbin |
| 12 | 12 | ||
