summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-07-03 15:22:44 +0000
committerRoss Burton <ross@openedhand.com>2008-07-03 15:22:44 +0000
commit26628bf01017e7b29d2eb1374d220b8f79748d00 (patch)
treefa63c098ed102d34f93cba88efc37d67ad09406d
parentbde70a9f31b1c266764724db329c8077f6734884 (diff)
downloadpoky-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
-rwxr-xr-xmeta/packages/apmd/apmd-3.2.2/init16
-rw-r--r--meta/packages/apmd/apmd_3.2.2.bb2
2 files changed, 9 insertions, 9 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
11PATH=/bin:/usr/bin:/sbin:/usr/sbin 11PATH=/bin:/usr/bin:/sbin:/usr/sbin
12 12
diff --git a/meta/packages/apmd/apmd_3.2.2.bb b/meta/packages/apmd/apmd_3.2.2.bb
index 503f830bd9..136d9293df 100644
--- a/meta/packages/apmd/apmd_3.2.2.bb
+++ b/meta/packages/apmd/apmd_3.2.2.bb
@@ -3,7 +3,7 @@ SECTION = "base"
3PRIORITY = "required" 3PRIORITY = "required"
4DEPENDS = "libtool-cross" 4DEPENDS = "libtool-cross"
5LICENSE = "GPL" 5LICENSE = "GPL"
6PR = "r11" 6PR = "r12"
7 7
8SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz \ 8SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz \
9 file://debian.patch;patch=1 \ 9 file://debian.patch;patch=1 \