public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: ChangeLog gconf-2.20.0.ebuild
       [not found] <E1IaFAS-0002Gt-9f@stork.gentoo.org>
@ 2007-09-26  5:59 ` Christian Faulhammer
  2007-09-26  7:52 ` Donnie Berkholz
  1 sibling, 0 replies; 2+ messages in thread
From: Christian Faulhammer @ 2007-09-26  5:59 UTC (permalink / raw
  To: gentoo-commits; +Cc: gentoo-dev, dang

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

"Daniel Gryniewicz (dang)" <dang@gentoo.org>:

>   Modified:             ChangeLog
>   Added:                gconf-2.20.0.ebuild
>   Log:
>   New series for Gnome 2.20
> 	doenvd 50gconf || die

 A message is missing here.

V-Li

-- 
Christian Faulhammer, Gentoo Lisp project
<URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode

<URL:http://www.faulhammer.org/>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: ChangeLog gconf-2.20.0.ebuild
       [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
  1 sibling, 0 replies; 2+ messages in thread
From: Donnie Berkholz @ 2007-09-26  7:52 UTC (permalink / raw
  To: gentoo-dev, dang

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-26  8:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox