diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-11 14:57:23 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-11 14:57:23 +0000 |
commit | cdea4dc701bfd1ca5c28c425c0d541930b03594b (patch) | |
tree | 10606cdf5ceb8daa8984121409bc9391f367728b /Echolot/Config.pm | |
parent | cbf95d472c46810c36eb547de7110b460b0691a4 (diff) |
Make that /etc/echolot/pingd.conf
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r-- | Echolot/Config.pm | 10 |
1 files changed, 5 insertions, 5 deletions
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 <peter@palfrader.org> -# $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 = { |