svc-gconf-multi-user-desktop revision 20777
19931N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
19931N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20777N/A if [[ $multi_user_version_gconf -eq $MULTI_USER_VERSION ]]; then
20777N/A if ! are_multiuser_gconf_settings_uptodate; then
20777N/A cmd_load="$GCONF_TOOL --direct --config-source xml:readwrite:${GCONF_DEFAULTS_DIR} --load=${GCONF_DEFAULTS_VALUES}"
20777N/A cmd_load="$GCONF_TOOL --direct --config-source xml:readwrite:${GCONF_MANDATORY_DIR} --load=${GCONF_MANDATORY_VALUES}"
20777N/A cmd_unload="$GCONF_TOOL --direct --config-source xml:readwrite:${GCONF_DEFAULTS_DIR} --unload=${GCONF_DEFAULTS_VALUES}"
20777N/A print $cmd_unload
20777N/A cmd_unload="$GCONF_TOOL --direct --config-source xml:readwrite:${GCONF_MANDATORY_DIR} --unload=${GCONF_MANDATORY_VALUES}"
20777N/A print $cmd_unload
20777N/A exec $cmd_unload
19931N/Aexit $SMF_EXIT_OK