diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-27 01:36:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-27 01:36:43 +0000 |
commit | c8bf4b041a6207516234a050539937e2c42ce1c5 (patch) | |
tree | e8fa3b15b5a0f0748d6072043303182c687f589a /sys-freebsd/freebsd-sbin | |
parent | Remove 6.0 profile. (diff) | |
download | historical-c8bf4b041a6207516234a050539937e2c42ce1c5.tar.gz historical-c8bf4b041a6207516234a050539937e2c42ce1c5.tar.bz2 historical-c8bf4b041a6207516234a050539937e2c42ce1c5.zip |
Remove dhcpc provision, as dhclient is no more shipped here. Also fix quoting.
Package-Manager: portage-2.1.1_pre3-r5
River (startling Jayne, jumping up from unconsciousness): "Copper for a kiss?"
Diffstat (limited to 'sys-freebsd/freebsd-sbin')
-rw-r--r-- | sys-freebsd/freebsd-sbin/ChangeLog | 6 | ||||
-rw-r--r-- | sys-freebsd/freebsd-sbin/freebsd-sbin-6.1.ebuild | 11 |
2 files changed, 10 insertions, 7 deletions
diff --git a/sys-freebsd/freebsd-sbin/ChangeLog b/sys-freebsd/freebsd-sbin/ChangeLog index 5e5cbdb6d211..3da47a21804e 100644 --- a/sys-freebsd/freebsd-sbin/ChangeLog +++ b/sys-freebsd/freebsd-sbin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-freebsd/freebsd-sbin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.12 2006/07/27 01:28:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.13 2006/07/27 01:36:43 flameeyes Exp $ + + 27 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> + freebsd-sbin-6.1.ebuild: + Remove dhcpc provision, as dhclient is no more shipped here. Also fix quoting. 27 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> -freebsd-sbin-6.0-r1.ebuild: diff --git a/sys-freebsd/freebsd-sbin/freebsd-sbin-6.1.ebuild b/sys-freebsd/freebsd-sbin/freebsd-sbin-6.1.ebuild index 8c657fc89129..4be45c382b06 100644 --- a/sys-freebsd/freebsd-sbin/freebsd-sbin-6.1.ebuild +++ b/sys-freebsd/freebsd-sbin/freebsd-sbin-6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-6.1.ebuild,v 1.1 2006/05/09 07:41:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-6.1.ebuild,v 1.2 2006/07/27 01:36:43 flameeyes Exp $ inherit flag-o-matic bsdmk freebsd @@ -24,8 +24,7 @@ DEPEND="${RDEPEND} =sys-freebsd/freebsd-sources-${RV}* =sys-freebsd/freebsd-mk-defs-${RV}*" -PROVIDE="virtual/dev-manager - virtual/dhcpc" +PROVIDE="virtual/dev-manager" S="${WORKDIR}/sbin" @@ -59,10 +58,10 @@ src_install() { freebsd_src_install keepdir /var/log - newinitd ${FILESDIR}/ipfw.initd ipfw - newinitd ${FILESDIR}/sysctl.initd sysctl + newinitd "${FILESDIR}/ipfw.initd" ipfw + newinitd "${FILESDIR}/sysctl.initd" sysctl - cd ${WORKDIR}/etc/ + cd "${WORKDIR}/etc/" insinto /etc doins devd.conf pccard_ether defaults/pccard.conf minfree rc.firewall \ sysctl.conf |