Subject: Re: [SM-Commit] GIT changes to test grimoire by Robin Cook
Date: Tue, 23 May 2006 10:01:05 +0200
On Mon, May 22, 2006 at 04:46:00PM -0500, Robin Cook wrote:
> GIT changes to test grimoire by Robin Cook <rcook AT wyrms.net>:
[...]
> diff --git a/gnome2-apps/API_VERSION b/gnome2-apps/API_VERSION
> new file mode 100755
> index 0000000..844885a
> --- /dev/null
> +++ b/gnome2-apps/API_VERSION
> @@ -0,0 +1 @@
> +BUILD_API=2
> diff --git a/gnome2-apps/FUNCTIONS b/gnome2-apps/FUNCTIONS
> new file mode 100755
> index 0000000..1abeab6
> --- /dev/null
> +++ b/gnome2-apps/FUNCTIONS
> @@ -0,0 +1,15 @@
> +#---------------------------------------------------------------------
> +## Replaces sorcerys default_pre-remove with a custom version
> +#---------------------------------------------------------------------
> +function default_pre_remove() {
> + debug "libapi" "$FUNCNAME - $*"
> + real_default_pre_remove "$@"
> + if [ -f "${SCRIPT_DIRECTORY}/G_SCHEMAS" ]; then
> + local G_FILE
> + export
> GCONF_CONFIG_SOURCE="xml:readwrite:${INSTALL_ROOT}/etc/gconf/gconf.xml.defaults"
> + for G_FILE in `cat ${SCRIPT_DIRECTORY}/G_SCHEMAS`
> + do
> + gconftool-2 --makefile-uninstall-rule
> "${INSTALL_ROOT}/etc/gconf/schemas/${G_FILE}"
> + done
> + fi
> +}
Could we make this > /dev/null please? Right now, when you dispel two
spells that use this, the screen gets filled with stuff about schemas
and you never see sorcerys message about the spells being dispelled.