summaryrefslogtreecommitdiff
path: root/qa/pmdas/dynamic/Remove
blob: c29b0a743b94a4d5f3806d236e63a4a99c932e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# Copyright (c) 1997-2002 Silicon Graphics, Inc.  All Rights Reserved.
#
# Remove the dynamic PMDA
#

. /etc/pcp.env
. $PCP_SHARE_DIR/lib/pmdaproc.sh

iam=dynamic
pmdaSetup
pmdaRemove
exit 0