#!/bin/bash
# $Header: /cvs/WebShield/wsrc/files/mgmt/ws_reset_ui_settings,v 1.1 2004/05/28 11:48:53 cbotteri Exp $
#
# Copyright (C) 2004 Networks Associates Technology Inc. All rights reserved.
#
# Reset the system status settings
#
/bin/cp /opt/NETAwss/proto/xmlconfdir/ui_settings.xml /config/wsxmlconf
chown root:apache /config/wsxmlconf/ui_settings.xml
chmod ug+rw /config/wsxmlconf/ui_settings.xml
exit $?
