]> code.ossystems Code Review - openembedded-core.git/commitdiff
apmd: add init script depends
authorRoss Burton <ross@openedhand.com>
Thu, 3 Jul 2008 15:22:44 +0000 (15:22 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 3 Jul 2008 15:22:44 +0000 (15:22 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4802 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/apmd/apmd-3.2.2/init
meta/packages/apmd/apmd_3.2.2.bb

index f1098a752df54f3ddc40b30c743d99827810e672..268d4b26b7adede4056860390a39ff2b9f01a16d 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/sh
-#
-# Start or stop the Advanced Power Management daemon.
-#
-# Written by Dirk Eddelbuettel <edd@debian.org>
-# Greatly modified by Avery Pennarun <apenwarr@debian.org>
-#
-# I think this script is now free of bashisms.
-# Please correct me if I'm wrong!
+### BEGIN INIT INFO
+# Provides:          apmd
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Advanced Power Management daemon
+### END INIT INFO
 
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
index 503f830bd9bf45c6f797d4728ac9d8ad0ecb316b..136d9293df1f8a6535ae6d064a88c69699dccd8c 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 PRIORITY = "required"
 DEPENDS = "libtool-cross"
 LICENSE = "GPL"
-PR = "r11"
+PR = "r12"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz \
            file://debian.patch;patch=1 \