From cdea4dc701bfd1ca5c28c425c0d541930b03594b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 11 Aug 2002 14:57:23 +0000 Subject: Make that /etc/echolot/pingd.conf --- Echolot/Config.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Echolot') diff --git a/Echolot/Config.pm b/Echolot/Config.pm index f656dae..ca4fb67 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.36 2002/08/11 14:20:15 weasel Exp $ +# $Id: Config.pm,v 1.37 2002/08/11 14:57:23 weasel Exp $ # =pod @@ -31,9 +31,9 @@ The configuration file is searched in those places in that order: =item $HOME/.pingd.conf -=item /etc/pingd.conf +=item /etc/echolot/pingd.conf -=item /etc/echolot.conf +=item /etc/pingd.conf =back @@ -56,8 +56,8 @@ sub init($) { $ENV{'HOME'}.'/echolot/pingd.conf', $ENV{'HOME'}.'/pingd.conf', $ENV{'HOME'}.'/.pingd.conf', - '/etc/pingd.conf', - '/etc/echolot.conf' ); + '/etc/echolot/pingd.conf', + '/etc/pingd.conf' ); my $DEFAULT; $DEFAULT = { -- cgit v1.2.3