diff --git a/community/acpid/APKBUILD b/community/acpid/APKBUILD index d3e6b3a6514bd222d586e3be5ef8206f4d1f0d6e..0d50a6507f1bc246bac25640df0d22a0ef019e06 100644 --- a/community/acpid/APKBUILD +++ b/community/acpid/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=acpid pkgver=2.0.33 -pkgrel=2 +pkgrel=3 pkgdesc="The ACPI Daemon (acpid) With Netlink Support" url="https://sourceforge.net/projects/acpid2/" arch="all" @@ -52,7 +52,7 @@ package() { openrc() { default_openrc - replaces="busybox-initscripts" # overwrites /etc/init.d/acpid + replaces="busybox-openrc" # overwrites /etc/init.d/acpid } sha512sums=" diff --git a/community/acpid/acpid.post-deinstall b/community/acpid/acpid.post-deinstall index ad0a92c46bff11cd6654fb3ae316fbb8a8a2c505..9403b4775590a5ad99aca12495feb014545e25b8 100644 --- a/community/acpid/acpid.post-deinstall +++ b/community/acpid/acpid.post-deinstall @@ -3,7 +3,7 @@ cat >&2 <<EOF * * Run the following command to reinstall /etc/init.d/acpid from busybox: -* > apk fix busybox-initscripts +* > apk fix busybox-openrc * EOF