Mailing List Archive

Re: [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: ChangeLog gconf-2.20.0.ebuild
"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/>
Re: [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: ChangeLog gconf-2.20.0.ebuild [ In reply to ]
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