summaryrefslogtreecommitdiffstats
path: root/bin/rancid-run.in
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2007-03-26 20:31:26 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2007-03-26 20:31:26 -0500
commit8ba5c18547d099c73b0faa669bd6f2313b7eb4b9 (patch)
tree67ffa2ca53968a9e24e2109a8e7cfcfe324531b5 /bin/rancid-run.in
parentac54243f382e817c08c1f895ccfdc05dcacdb044 (diff)
downloadrancid-2.3.2a7-sendmailpath.patch.tar.gz
rancid-2.3.2a7-sendmailpath.patch.tar.xz
rancid-2.3.2a7-sendmailpath.patch.zip
Use absolute path to sendmail.rancid-2.3.2a7-sendmailpath.patch
Diffstat (limited to 'bin/rancid-run.in')
-rw-r--r--bin/rancid-run.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rancid-run.in b/bin/rancid-run.in
index 42e387a..b8d1fdd 100644
--- a/bin/rancid-run.in
+++ b/bin/rancid-run.in
@@ -136,7 +136,7 @@ do
rancid $GROUP hung on `hostname`? Old lockfile still exists:
`ls -l $LOCKFILE`
END
- ) | sendmail -t
+ ) | /usr/sbin/sendmail -t
fi
rm -f $TMPDIR/.$GROUP.old
else