summaryrefslogtreecommitdiff
path: root/qa/pmdas/broken/broken_Install
blob: 32fa1090b67ca812725686209979723c9fd91fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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