{
{       The purpose of this routine is to deactivate a previously defined
{ RHFAM client, making it unavailable for connection establishment. The
{ table of RHFAM client definitions is searched for the specified client,
{ which, if found and active, is set to inactive. Currently active
{ connections may optionally be terminated.
{        This routine must be called within the system job or the caller
{ must have NETWORK_APPLICATION_MGMT capability.
{
{ RFP$DEACTIVATE_RHFAM_CLIENT (CLIENT, TERMINATE_ACTIVE_CONNECTIONS, STATUS)
{
{ CLIENT: (input) This parameter specifies the name of the client that is
{   to be deactivated.
{
{ TERMINATE_ACTIVE_CONNECTIONS: (input) This parameter is a boolean value
{   denoting whether or not the currently active connections should be
{   terminated. If active connections exist and the RHFAM system task is
{   running, a flag will be set telling the system task to terminate the
{   connections.
{
{ STATUS: (output) This status returns the result of the request. A status
{   of normal indicates that the specified client is inactive.
{
{     CONDITIONS: rfe$appl_not_defined
{                 rfe$appl_already_inactive
{
{     IDENTIFIER: 'RF'
{
