From 47e6e7c84f008a53061e661f31ae96629bc694ef Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 26 Oct 2014 12:33:50 +0400 Subject: Debian 3.9.10 --- qa/pmdas/broken/broken_Remove | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 qa/pmdas/broken/broken_Remove (limited to 'qa/pmdas/broken/broken_Remove') diff --git a/qa/pmdas/broken/broken_Remove b/qa/pmdas/broken/broken_Remove new file mode 100755 index 0000000..9d264ff --- /dev/null +++ b/qa/pmdas/broken/broken_Remove @@ -0,0 +1,24 @@ +#!/bin/sh +# +# Copyright (c) 1997-2002 Silicon Graphics, Inc. All Rights Reserved. +# +# Remove the broken PMDA +# + +# source the PCP configuration environment variables +. $PCP_DIR/etc/pcp.env + +# Get the common procedures and variable assignments +# +. $PCP_SHARE_DIR/lib/pmdaproc.sh + +# The name of the PMDA +# +iam=broken + +# Do it +# +_setup +_remove + +exit 0 -- cgit v1.2.3