diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-15 11:43:41 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-15 11:43:41 +0000 |
commit | e61c9c9f2e96a129f31a1bf49d4f2514137a3b01 (patch) | |
tree | 3759bc4364e782fa7cb177571ad195cb82121c36 /Echolot/Config.pm | |
parent | 7adc1b95176205694c1b34878b185a41c82373e9 (diff) |
Chain pinging fixes
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r-- | Echolot/Config.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm index 4138472..50d7ca7 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Config.pm,v 1.48 2003/02/14 05:14:43 weasel Exp $ +# $Id: Config.pm,v 1.49 2003/02/15 11:43:41 weasel Exp $ # =pod @@ -131,6 +131,7 @@ sub init($) { commands_file => 'commands.txt', pidfile => 'pingd.pid', + 'save-errormails' => 0, write_meta_files => 1, meta_extension => '.meta', |