From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 18 02:25:54 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACEA116A4CE for ; Wed, 18 Aug 2004 02:25:54 +0000 (GMT) Received: from smtp3.jp.viruscheck.net (smtp3.jp.viruscheck.net [154.33.69.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB1D43D2F for ; Wed, 18 Aug 2004 02:25:54 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from scan3.jp.viruscheck.net ([154.33.69.38] helo=mail1.jp.viruscheck.net) by smtp3.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1BxG99-0003NR-00; Wed, 18 Aug 2004 11:25:51 +0900 Received: from [220.221.2.219] (helo=noc.orchid) by mail1.jp.viruscheck.net with esmtp (Exim 3.36 #3) id 1BxG8y-0002Zr-00; Wed, 18 Aug 2004 11:25:40 +0900 Received: from [89.60.10.11] (horse.orchid [89.60.10.11]) by noc.orchid (8.12.11/8.12.11) with ESMTP id i7I2Pc7L016261; Wed, 18 Aug 2004 11:25:39 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <4122BE22.4060204@FreeBSD.org> Date: Wed, 18 Aug 2004 11:25:38 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <4121A888.7050203@FreeBSD.org> <1092761081.709.34.camel@gyros> In-Reply-To: <1092761081.709.34.camel@gyros> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD GNOME Users Subject: Re: You will simplyl love it. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 02:25:54 -0000 Joe Marcus Clarke wrote: >On Tue, 2004-08-17 at 02:41, Alexander Nedotsukov wrote: > > >>Guys, I wish it will be one of my false alarms... But for GNOME 2.6 >>functional difference between gconftool-2 --makefile-uninstall-rule and >>gconftool-2 --makefile-install-rule equal to zero. That's actually why >>we got so many %gconf extras on pointyhat. >> >> > >Maybe I'm missing something, but the only two %gconf.xml files that are >continually left are ones in apps/ and schemas/apps. And these are left >there by gnomehier. > > Shame on me :-( I shoud stop looking into source. You are right. There is a global variable makefile_uninstall_mode which acts as a switch for set/unset actions. So while do_makefile_un/install() are same the actual trick take place at do_makefile_uninstall() do_load_file() process_list() process_schema/entry() <- As I said this fixed in HEAD. Alexander.