From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IeSBP-00018t-13 for garchives@archives.gentoo.org; Sun, 07 Oct 2007 09:12:19 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l97921MS018274; Sun, 7 Oct 2007 09:02:01 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l978xk6u013834 for ; Sun, 7 Oct 2007 08:59:46 GMT Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7A3786538F; Sun, 7 Oct 2007 08:59:45 +0000 (UTC) Date: Sun, 7 Oct 2007 01:59:44 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, compnerd@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.20.0.1.ebuild Message-ID: <20071007085944.GG31103@supernova> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: a40b3c43-6583-432a-86b9-5ad5bab70155 X-Archives-Hash: 295eeb51d443f7f77fc325ba199366c8 On 21:28 Sat 06 Oct , Saleem Abdulrasool (compnerd) wrote: > 1.1 gnome-base/gnome-panel/gnome-panel-2.20.0.1.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.20.0.1.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.20.0.1.ebuild?rev=1.1&content-type=text/plain > pkg_postinst() { > local entries="/etc/gconf/schemas/panel-default-setup.entries" > > if [ -e "$entries" ]; then > einfo "setting panel gconf defaults..." > GCONF_CONFIG_SOURCE=`"${ROOT}usr/bin/gconftool-2" --get-default-source` > "${ROOT}usr/bin/gconftool-2" --direct --config-source \ > "${GCONF_CONFIG_SOURCE}" --load="${entries}" This bit is safe for ROOT != /, but look at the check made for whether to run it. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list