summaryrefslogtreecommitdiff
path: root/pingd
diff options
context:
space:
mode:
Diffstat (limited to 'pingd')
-rwxr-xr-xpingd3
1 files changed, 2 insertions, 1 deletions
diff --git a/pingd b/pingd
index ce231a0..07c2601 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002, 2003 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.96 2003/02/16 03:06:51 weasel Exp $
+# $Id: pingd,v 1.97 2003/02/16 05:46:54 weasel Exp $
#
=pod
@@ -697,6 +697,7 @@ if ($COMMAND eq 'add' || $COMMAND eq 'delete') {
if pid_exists(1);
Echolot::Log::init();
make_dirs();
+ Echolot::Config::check_binaries();
if ($params->{'detach'}) {
print "Detaching.\n" unless ($params->{'quiet'});
Echolot::Log::debug("Detaching.");