#!/bin/sh
#
#    Copyright (c) 2003 Brocade Communications Systems, Inc.
#    All rights reserved.
#
#    File name:   configSslNoti
#
#    Script to trigger RPCD and HTTPD notifier when SSL setting
#	 is changed
#
export PATH=/fabos/libexec

# Make sure there's exactly 1 argument
if ! [ $# -eq 1 ]; then
#	echo Invalid number of arguments: $#
	exit
fi

/fabos/libexec/webdcfghandler $1
/fabos/libexec/rpcdcfghandler $1
