diff options
author | William Hubbs <williamh@gentoo.org> | 2012-09-28 22:05:15 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-09-28 22:05:15 +0000 |
commit | cb40a539b94c7f4db681099592d4c2f5196b7fa8 (patch) | |
tree | 8e5baf880c99f5317c3d658e9aebb77c675aba90 /sys-apps | |
parent | Add sysfs and tmpfilesd.sysinit to the sysinit runlevel and (diff) | |
download | gentoo-2-cb40a539b94c7f4db681099592d4c2f5196b7fa8.tar.gz gentoo-2-cb40a539b94c7f4db681099592d4c2f5196b7fa8.tar.bz2 gentoo-2-cb40a539b94c7f4db681099592d4c2f5196b7fa8.zip |
fix typo
(Portage version: 2.2.0_alpha134/cvs/Linux i686)
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 ec614ec3b4f6..932fb9a4c557 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.228 2012/09/28 16:32:31 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.229 2012/09/28 22:05:15 williamh Exp $ + + 28 Sep 2012; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild: + fix typo 28 Sep 2012; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild: Fix the ebuild so we can use pre/postinst on prefix systems as well. diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 094775fe31c6..646c0855a791 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.106 2012/09/28 21:18:26 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.107 2012/09/28 22:05:15 williamh Exp $ EAPI=4 @@ -246,7 +246,7 @@ pkg_preinst() { # swapfiles was added in 0.9.9 and needed in boot (february 2012) has_version ">=sys-apps/openrc-0.9.9" || add_boot_init swapfiles - if [ has_version ">=sys-apps/openrc-0.9.9" ]; then + if ! has_version ">=sys-apps/openrc-0.11"; then add_boot_init sysfs sysinit add_boot_init tmpfilesd.sysinit sysinit add_boot_init tmpfilesd.boot boot |