summaryrefslogtreecommitdiffstats
path: root/cluster/procstatd/INSTALL
diff options
context:
space:
mode:
authorEric Sandall2006-06-29 14:13:10 -0700
committerEric Sandall2006-06-29 14:13:10 -0700
commitc1b1f128994c0a5c6a7302104ff0025c3f9869e0 (patch)
tree92e96bd882de54236d24fb54da7592b3430b73b1 /cluster/procstatd/INSTALL
parent56d96a6929287cfffdb21f2112779b97cfe5648b (diff)
Converted procstatd to build_api 2
Diffstat (limited to 'cluster/procstatd/INSTALL')
-rwxr-xr-xcluster/procstatd/INSTALL19
1 files changed, 19 insertions, 0 deletions
diff --git a/cluster/procstatd/INSTALL b/cluster/procstatd/INSTALL
new file mode 100755
index 0000000000..f9d45c19e8
--- /dev/null
+++ b/cluster/procstatd/INSTALL
@@ -0,0 +1,19 @@
+default_install &&
+
+if spell_ok perl; then
+ cd webwatch &&
+
+ install -m 644 webwatch.config /etc/webwatch.config.default &&
+
+ install -m 755 clean_ipc /usr/bin &&
+ install -m 755 clean_procstatd /usr/bin &&
+ install -m 755 clean_prog /usr/bin &&
+ install -m 755 start_helper /usr/bin &&
+ install -m 755 clean_procstatd /usr/bin &&
+ install -m 755 webwatchd /usr/bin &&
+
+ install -m 755 -d /usr/share/procstatd &&
+ for FILE in `ls -1 meter/*` ; do
+ install -m 644 $FILE /usr/share/procstatd
+ done
+fi