summaryrefslogtreecommitdiffstats
path: root/main/openrc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-16 11:56:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-16 12:00:54 +0000
commitfaf65d0a3c57b00f3e25d3149c8cc4759f978115 (patch)
tree071e24bb2f8ade485c8d392c69172a6149190b97 /main/openrc
parent2b7351e253ddfd0bc25a23f53f8c92f474f63d34 (diff)
main/openrc: remove the network script from openrc for now
We only support the debian style networking for now
Diffstat (limited to 'main/openrc')
-rw-r--r--main/openrc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openrc/APKBUILD b/main/openrc/APKBUILD
index f380cb99218..de64376228b 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