From: Donnie Berkholz <dberkholz@gentoo.org>
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
Date: Wed, 26 Sep 2007 00:52:00 -0700	[thread overview]
Message-ID: <20070926075159.GI22279@supernova> (raw)
In-Reply-To: <E1IaFAS-0002Gt-9f@stork.gentoo.org>
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
     prev parent reply	other threads:[~2007-09-26  8:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1IaFAS-0002Gt-9f@stork.gentoo.org>
2007-09-26  5:59 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: ChangeLog gconf-2.20.0.ebuild Christian Faulhammer
2007-09-26  7:52 ` Donnie Berkholz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=20070926075159.GI22279@supernova \
    --to=dberkholz@gentoo.org \
    --cc=dang@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox