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 1IaRrl-000178-2o for garchives@archives.gentoo.org; Wed, 26 Sep 2007 08:03:29 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l8Q7s2OW029617; Wed, 26 Sep 2007 07:54:02 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 l8Q7q5Nm027289 for ; Wed, 26 Sep 2007 07:52:05 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 4A5FE65280; Wed, 26 Sep 2007 07:52:01 +0000 (UTC) Date: Wed, 26 Sep 2007 00:52:00 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, dang@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: ChangeLog gconf-2.20.0.ebuild Message-ID: <20070926075159.GI22279@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: 5d71c283-8e1c-4207-810a-8706d08a5e45 X-Archives-Hash: 3a77157f6652611864b950cd4a3b0b08 On 18:29 Tue 25 Sep , Daniel Gryniewicz (dang) wrote: > dang 07/09/25 18:29:56 > > Modified: ChangeLog > Added: gconf-2.20.0.ebuild > Log: > New series for Gnome 2.20 > (Portage version: 2.1.3.9) > 1.1 gnome-base/gconf/gconf-2.20.0.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/gconf-2.20.0.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/gconf-2.20.0.ebuild?rev=1.1&content-type=text/plain > pkg_postinst() { > kill_gconf > > #change the permissions to avoid some gconf bugs > einfo "changing permissions for gconf dirs" > find /etc/gconf/ -type d -exec chmod ugo+rx "{}" \; > > einfo "changing permissions for gconf files" > find /etc/gconf/ -type f -exec chmod ugo+r "{}" \; > } > > kill_gconf() { > # this function will kill all running gconfd that could be causing troubles > if [ -x /usr/bin/gconftool ] > then > /usr/bin/gconftool --shutdown > fi > if [ -x /usr/bin/gconftool-1 ] > then > /usr/bin/gconftool-1 --shutdown > fi > > # and for gconf 2 > if [ -x /usr/bin/gconftool-2 ] > then > /usr/bin/gconftool-2 --shutdown > fi > return 0 > } This stuff is broken with $ROOT. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list