mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
apmd: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4802 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
16
meta/packages/apmd/apmd-3.2.2/init
vendored
16
meta/packages/apmd/apmd-3.2.2/init
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user