From faf65d0a3c57b00f3e25d3149c8cc4759f978115 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Sep 2009 11:56:54 +0000 Subject: main/openrc: remove the network script from openrc for now We only support the debian style networking for now --- main/openrc/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/openrc/APKBUILD b/main/openrc/APKBUILD index f380cb99..de643762 100644 --- a/main/openrc/APKBUILD +++ b/main/openrc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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 -- cgit v1.2.3