summaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorVlad Glagolev2011-10-12 02:18:50 +0400
committerVlad Glagolev2011-10-12 02:18:50 +0400
commit2fc05c73e170c6dbdf43d26891da6c856987e857 (patch)
tree9fa9f38eb4c991402531786234d4914a6523dfd1 /mobile
parent619e9e985cfa11b64ffa0d1040eedf6604d749ee (diff)
acpi-support: use ACPI provider
Diffstat (limited to 'mobile')
-rwxr-xr-xmobile/acpi-support/DEPENDS2
-rw-r--r--mobile/acpi-support/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/mobile/acpi-support/DEPENDS b/mobile/acpi-support/DEPENDS
index 0c2bd88c50..73238e1e97 100755
--- a/mobile/acpi-support/DEPENDS
+++ b/mobile/acpi-support/DEPENDS
@@ -1,4 +1,4 @@
-depends acpid &&
+depends ACPI &&
depends dmidecode &&
depends bsd-finger &&
depends hdparm &&
diff --git a/mobile/acpi-support/HISTORY b/mobile/acpi-support/HISTORY
index 74448d6476..fba26c7722 100644
--- a/mobile/acpi-support/HISTORY
+++ b/mobile/acpi-support/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: use ACPI provider
+
2009-05-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* init.d/vbesave: made it non-sh, bug #13702
* init.d/acpi-support: made it non-sh, bug #13702