From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JeGPo-0006ZT-Dv for garchives@archives.gentoo.org; Tue, 25 Mar 2008 21:10:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89B2FE03DA; Tue, 25 Mar 2008 21:10:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 67DBDE03DA for ; Tue, 25 Mar 2008 21:10:39 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0A081665F6 for ; Tue, 25 Mar 2008 21:10:39 +0000 (UTC) Received: from cardoe by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JeGPl-0005sW-Pk for gentoo-commits@lists.gentoo.org; Tue, 25 Mar 2008 21:10:37 +0000 From: "Doug Klima (cardoe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cardoe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.2_pre20080325.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: openrc-0.2_pre20080325.ebuild X-VCS-Directories: sys-apps/openrc X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Klima Content-Type: text/plain; charset=utf8 Message-Id: Sender: Doug Klima Date: Tue, 25 Mar 2008 21:10:37 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a90bddad-bcdf-4119-a85e-8793e698e53c X-Archives-Hash: a9fc3464f11571e5b632d9fe98cfcc02 cardoe 08/03/25 21:10:37 Modified: openrc-0.2_pre20080325.ebuild Log: quotes (Portage version: 2.1.4.4) Revision Changes Path 1.6 sys-apps/openrc/openrc-0.2_pre20080325.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/op= enrc-0.2_pre20080325.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/op= enrc-0.2_pre20080325.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/op= enrc-0.2_pre20080325.ebuild?r1=3D1.5&r2=3D1.6 Index: openrc-0.2_pre20080325.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.= ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openrc-0.2_pre20080325.ebuild 25 Mar 2008 21:09:42 -0000 1.5 +++ openrc-0.2_pre20080325.ebuild 25 Mar 2008 21:10:37 -0000 1.6 @@ -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_pre2008032= 5.ebuild,v 1.5 2008/03/25 21:09:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre2008032= 5.ebuild,v 1.6 2008/03/25 21:10:37 cardoe Exp $ =20 inherit eutils flag-o-matic multilib toolchain-funcs =20 @@ -88,7 +88,7 @@ =20 pkg_preinst() { # upgrade timezone file - if [ ! -e ${ROOT}/etc/timezone ] ; then + if [ ! -e "${ROOT}"/etc/timezone ] ; then ( source "${ROOT}"/etc/conf.d/clock [[ -n ${TIMEZONE} ]] && echo "${TIMEZONE}" > "${ROOT}"/etc/timezone --=20 gentoo-commits@lists.gentoo.org mailing list