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 +++++----- NEWS | 2 +- pingd | 6 +++--- 3 files changed, 9 insertions(+), 9 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 -# $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 = { diff --git a/NEWS b/NEWS index 81d9c50..4240212 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ Changes in version * Fix a few typos in the echolot.html template. - * Added /etc/echolot.conf to the list of configfiles. + * Added /etc/echolot/pingd.conf to the list of configfiles. Changes in version 2.0beta25 - 2002-08-10 * Produce echolot.html, an index file for echolot results. diff --git a/pingd b/pingd index 633a171..492121f 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader -# $Id: pingd,v 1.58 2002/08/11 14:20:15 weasel Exp $ +# $Id: pingd,v 1.59 2002/08/11 14:57:23 weasel Exp $ # =pod @@ -224,9 +224,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 -- cgit v1.2.3