diff options
author | 2011-06-05 22:46:01 +0000 | |
---|---|---|
committer | 2011-06-05 22:46:01 +0000 | |
commit | 25cce9ac0c03c51b5b8802e055d309faacc734d8 (patch) | |
tree | fbc87c19303416918225d87fa1e466f790147b43 /sys-apps/openrc/openrc-9999.ebuild | |
parent | Ensure we can bootstrap with a version of mmc supporting require_dep() (diff) | |
download | gentoo-2-25cce9ac0c03c51b5b8802e055d309faacc734d8.tar.gz gentoo-2-25cce9ac0c03c51b5b8802e055d309faacc734d8.tar.bz2 gentoo-2-25cce9ac0c03c51b5b8802e055d309faacc734d8.zip |
fix typo in comment
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/openrc/openrc-9999.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 2b843107bb91..23f6495a707f 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.83 2011/05/20 16:29:33 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.84 2011/06/05 22:46:01 vapier Exp $ EAPI=4 @@ -282,7 +282,7 @@ migrate_from_baselayout_1() { elog "init.d scripts. If you use such a thing, make sure you have the" elog "required init.d scripts added to your boot runlevel." - # Upgrade out state for baselayout-1 users + # Upgrade our state for baselayout-1 users if [[ ! -e ${ROOT}${LIBDIR}/rc/init.d/started ]] ; then ( [[ -e ${ROOT}/etc/conf.d/rc ]] && source "${ROOT}"/etc/conf.d/rc |