diff options
Diffstat (limited to 'pingd')
-rwxr-xr-x | pingd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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."); |