blob: 1de023291cf67e8766e99d49c9fdb68004188aa8 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
#
# Generic script to be run after installing PCP from a tarball
#
# The new place ... this should match the setting in /etc/pcp.conf
# _after_ the installation
#
PCP_TMP_DIR=@pcp_tmp_dir@
|