#! /bin/sh
#
# Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
# 
# Remove the news PMDA
#
# $Id: Remove,v 2.6 2000/12/28 07:37:59 max Exp $
#

# Get standard environment
. /etc/pcp.env

# Get the common procedures and variable assignments
#
. $PCP_SHARE_DIR/lib/pmdaproc.sh

# The name of the PMDA
#
iam=news

# Do it
#
pmdaSetup
pmdaRemove

exit 0
