summaryrefslogtreecommitdiffstats
path: root/cluster/procstatd/BUILD
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/BUILD
parent56d96a6929287cfffdb21f2112779b97cfe5648b (diff)
Converted procstatd to build_api 2
Diffstat (limited to 'cluster/procstatd/BUILD')
-rwxr-xr-xcluster/procstatd/BUILD33
1 files changed, 1 insertions, 32 deletions
diff --git a/cluster/procstatd/BUILD b/cluster/procstatd/BUILD
index ceac4ab28e..8f58e6df93 100755
--- a/cluster/procstatd/BUILD
+++ b/cluster/procstatd/BUILD
@@ -1,32 +1 @@
-(
-
- patch -p1 < $SCRIPT_DIRECTORY/procstatd-1.4.2.config &&
-
- sedit "s/PREFIX=.*$/PREFIX=\/usr/" Makefile &&
- sedit "s/share\///g" Makefile &&
- sedit "s/port = 7881/port = 7885/" parsecl.c &&
-
- make &&
- make 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
-
-) > $C_FIFO 2>&1
-
+make