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
-- 
[EMAIL PROTECTED] mailing list

Reply via email to