diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-22 03:03:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-22 03:03:43 +0000 |
commit | 3c0f3403475ca02a647abda4f68aadec9caae53d (patch) | |
tree | f90ea8ac05333d61baedc4eee30534c5f82a6d7d /sys-apps | |
parent | Add patch from upstream for sandbox/git misbehavior #355045 by Kyle Milz. (diff) | |
download | gentoo-2-3c0f3403475ca02a647abda4f68aadec9caae53d.tar.gz gentoo-2-3c0f3403475ca02a647abda4f68aadec9caae53d.tar.bz2 gentoo-2-3c0f3403475ca02a647abda4f68aadec9caae53d.zip |
README.net is now README.newnet.
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index e881dc9323d8..377771e8a5fc 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.132 2011/02/01 19:26:39 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.133 2011/02/22 03:03:43 robbat2 Exp $ + + 22 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> openrc-9999.ebuild: + README.net is now README.newnet. 01 Feb 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild: add selinux use flag support for bug #351712 diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index f3287d0f3971..07dee355626b 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.77 2011/02/01 19:26:39 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.78 2011/02/22 03:03:43 robbat2 Exp $ EAPI="1" @@ -103,7 +103,7 @@ src_install() { emake ${MAKE_ARGS} DESTDIR="${D}" install || die # install the readme for the new network scripts - dodoc README.net + dodoc README.newnet # move the shared libs back to /usr so ldscript can install # more of a minimal set of files |