summaryrefslogtreecommitdiffstats
path: root/tools/sfsnapshot
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-03-24 02:57:50 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-03-24 02:57:50 (GMT)
commitcea7506e69e5708e0df6d029e07d1626e6539379 (patch)
tree9b0beea60ce354fcf32d53dbaa007088d6fddeb7 /tools/sfsnapshot
parent21c0dad0c5fc922e3228b4be9d9b803aa554fb1b (diff)
downloadmonitoring-plugins-cea7506e69e5708e0df6d029e07d1626e6539379.tar.gz
PATH set in correct place and extra comments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@457 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools/sfsnapshot')
-rwxr-xr-xtools/sfsnapshot3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/sfsnapshot b/tools/sfsnapshot
index 665285a..60b2cef 100755
--- a/tools/sfsnapshot
+++ b/tools/sfsnapshot
@@ -7,6 +7,8 @@
7# Assumes: 7# Assumes:
8# ssh setup to send to shell.sf.net and $CF without password prompt 8# ssh setup to send to shell.sf.net and $CF without password prompt
9# autconf and automake installed on shell cf at v 2.57 & 1.72 and in PATH 9# autconf and automake installed on shell cf at v 2.57 & 1.72 and in PATH
10# Install in cron with something like:
11# 47 * * * * $HOME/bin/mail_error -o $HOME/sfsnapshot.out -m tonvoon@users.sf.net sfsnapshot r1_3_0
10 12
11function die { echo $1; exit 1; } 13function die { echo $1; exit 1; }
12 14
@@ -53,7 +55,6 @@ function make_dist {
53} 55}
54 56
55# Set working variables 57# Set working variables
56PATH=$HOME/local/bin:$PATH
57PROJECT=nagiosplug 58PROJECT=nagiosplug
58IN=${HOME}/tmp_snapshot 59IN=${HOME}/tmp_snapshot
59OUT_SERVER="shell.sf.net" 60OUT_SERVER="shell.sf.net"