On Mon, 2004-07-26 at 11:38, Josselin Mouette wrote: > Le lun 26/07/2004 � 04:03, Alex Roitman a �crit : > > > So, is placing the following in the Makefile the proper thing to do: > > > > install-schemas: > > $(INSTALL_DATA) gramps.schemas $(DESTDIR)/etc/gconf/schemas > > GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \ > > gconftool-2 --makefile-install-rule gramps.schemas > > pkill gconfd > > > > or something else should be used? > > Yes, use kill -HUP instead. In the Debian version, that will trigger a > reload of the gconf databases. In older versions, that will do the same > as SIGTERM.
What about using gconftool to do this or is kill -HUP the "official" way to restart gconfd on Debian? gconftool-2 --shutdown && gconftool-2 --spawn -- Kevin C. Krinke <[EMAIL PROTECTED]> Open Door Software Inc.

