summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-04-15 20:32:11 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-04-15 20:32:11 +0000
commit45ef85cd54a2d8364a51a8597a97123d10a9097d (patch)
tree58f963e3280c5bfea6077b876e175c01b9df41c1 /sys-apps/openrc/openrc-0.2.1-r2.ebuild
parentStable on alpha, bug #217715 (this time for real) (diff)
downloadgentoo-2-45ef85cd54a2d8364a51a8597a97123d10a9097d.tar.gz
gentoo-2-45ef85cd54a2d8364a51a8597a97123d10a9097d.tar.bz2
gentoo-2-45ef85cd54a2d8364a51a8597a97123d10a9097d.zip
have to touch /etc/conf.d/net otherwise unmerge-orphans eats it later on
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'sys-apps/openrc/openrc-0.2.1-r2.ebuild')
-rw-r--r--sys-apps/openrc/openrc-0.2.1-r2.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-apps/openrc/openrc-0.2.1-r2.ebuild b/sys-apps/openrc/openrc-0.2.1-r2.ebuild
index d036b16ffbb2..a198923d923f 100644
--- a/sys-apps/openrc/openrc-0.2.1-r2.ebuild
+++ b/sys-apps/openrc/openrc-0.2.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2.1-r2.ebuild,v 1.3 2008/04/15 16:39:51 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2.1-r2.ebuild,v 1.4 2008/04/15 20:32:11 cardoe Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -127,10 +127,6 @@ add_boot_init_mit_config() {
pkg_preinst() {
local f
- # default net script is just comments, so no point in biting people
- # in the ass by accident
- [[ -e ${ROOT}/etc/conf.d/net ]] && rm -f "${D}"/etc/conf.d/net
-
# /etc/conf.d/clock moved to /etc/conf.d/hwclock
local clock
use kernel_FreeBSD && clock="adjkerntz" || clock="hwclock"