diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/pmdas/broken/broken_Install | |
download | pcp-debian/3.9.10.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/pmdas/broken/broken_Install')
-rwxr-xr-x | qa/pmdas/broken/broken_Install | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/qa/pmdas/broken/broken_Install b/qa/pmdas/broken/broken_Install new file mode 100755 index 0000000..32fa109 --- /dev/null +++ b/qa/pmdas/broken/broken_Install @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright (c) 1997-2002 Silicon Graphics, Inc. All Rights Reserved. +# +# Install the broken PMDA and/or PMNS +# + +# 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 + +dso_opt=false +daemon_opt=false +pmns_source=broken_pmns +help_source=broken_help + +_install + +exit 0 |