From cbf95d472c46810c36eb547de7110b460b0691a4 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 11 Aug 2002 14:20:15 +0000 Subject: Added /etc/echolot.conf to the list of configfiles --- Echolot/Config.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Echolot') diff --git a/Echolot/Config.pm b/Echolot/Config.pm index ee15d58..f656dae 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader -# $Id: Config.pm,v 1.35 2002/08/10 01:36:47 weasel Exp $ +# $Id: Config.pm,v 1.36 2002/08/11 14:20:15 weasel Exp $ # =pod @@ -33,6 +33,8 @@ The configuration file is searched in those places in that order: =item /etc/pingd.conf +=item /etc/echolot.conf + =back =cut @@ -54,7 +56,8 @@ sub init($) { $ENV{'HOME'}.'/echolot/pingd.conf', $ENV{'HOME'}.'/pingd.conf', $ENV{'HOME'}.'/.pingd.conf', - '/etc/pingd.conf' ); + '/etc/pingd.conf', + '/etc/echolot.conf' ); my $DEFAULT; $DEFAULT = { -- cgit v1.2.3