diff options
-rw-r--r-- | main/openrc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openrc/APKBUILD b/main/openrc/APKBUILD index f380cb9921..de64376228 100644 --- a/main/openrc/APKBUILD +++ b/main/openrc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=openrc pkgver=0.5.0 -pkgrel=9 +pkgrel=10 pkgdesc="OpenRC manages the services, startup and shutdown of a host" url="http://roy.marples.name/openrc" license='BSD-2' @@ -34,7 +34,7 @@ build() { # we cannot have anything turned on by default rm -f "$pkgdir"/etc/runlevels/*/* - #rm -f "$pkgdir"/lib/rc/net/* "$pkgdir"/etc/init.d/net.lo + rm -f "$pkgdir"/etc/conf.d/network "$pkgdir"/etc/init.d/network # we override some of the scripts for i in ../*.initd; do |