Skip to content
Snippets Groups Projects
Commit 7a631368 authored by Laurent Bercot's avatar Laurent Bercot :sleeping: Committed by Ariadne Conill
Browse files

community/acpid: fix replaces= to busybox-openrc

parent 8262f473
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!37834Split busybox-initscripts into busybox-openrc, busybox-extras-openrc, busybox-mdev-openrc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=acpid pkgname=acpid
pkgver=2.0.33 pkgver=2.0.33
pkgrel=2 pkgrel=3
pkgdesc="The ACPI Daemon (acpid) With Netlink Support" pkgdesc="The ACPI Daemon (acpid) With Netlink Support"
url="https://sourceforge.net/projects/acpid2/" url="https://sourceforge.net/projects/acpid2/"
arch="all" arch="all"
...@@ -52,7 +52,7 @@ package() { ...@@ -52,7 +52,7 @@ package() {
openrc() { openrc() {
default_openrc default_openrc
replaces="busybox-initscripts" # overwrites /etc/init.d/acpid replaces="busybox-openrc" # overwrites /etc/init.d/acpid
} }
sha512sums=" sha512sums="
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
cat >&2 <<EOF cat >&2 <<EOF
* *
* Run the following command to reinstall /etc/init.d/acpid from busybox: * Run the following command to reinstall /etc/init.d/acpid from busybox:
* > apk fix busybox-initscripts * > apk fix busybox-openrc
* *
EOF EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment