diff options
-rw-r--r-- | system/openrc/APKBUILD | 2 | ||||
-rw-r--r-- | system/openrc/openrc.post-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/openrc/APKBUILD b/system/openrc/APKBUILD index 2b1c5f520..ac9d8b184 100644 --- a/system/openrc/APKBUILD +++ b/system/openrc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: pkgname=openrc pkgver=0.24.1 -pkgrel=8 +pkgrel=9 pkgdesc="OpenRC manages the services, startup and shutdown of a host" url="https://github.com/OpenRC/openrc" arch="all" diff --git a/system/openrc/openrc.post-install b/system/openrc/openrc.post-install index 0f6572ef7..9632de2ee 100644 --- a/system/openrc/openrc.post-install +++ b/system/openrc/openrc.post-install @@ -1,6 +1,6 @@ #!/bin/sh -if [ -d /etc/runlevels ]; then +if [ -d /etc/runlevels/sysinit ]; then exit 0 fi |