From 6e34ee5124cea160f08736992629c6760949bb1a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 17 Jul 2002 16:53:38 +0000 Subject: Renamed pingd.conf to pingd.conf.sample --- .cvsignore | 1 + NEWS | 3 +++ README | 4 +++- pingd.conf | 19 ------------------- pingd.conf.sample | 19 +++++++++++++++++++ 5 files changed, 26 insertions(+), 20 deletions(-) delete mode 100644 pingd.conf create mode 100644 pingd.conf.sample diff --git a/.cvsignore b/.cvsignore index ca3657d..4594ac1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,3 +8,4 @@ gnupg output pingd.pid commands.txt +pingd.conf diff --git a/NEWS b/NEWS index 6bc166c..8d693a7 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ Changes in version was replaced by md5. The local secret also is an input to the function so not all echolot pingers ping the same remailer at the same time. + * In the distribution the pingd.conf file has been renamed to pingd.conf. + So it should be possible to just untar the new tar.gz over the old + installation (you have a backup anyway, don't you?). Changes in version 2.0beta15 - 2002-07-16 * Have echolot version in stats HTML pages diff --git a/README b/README index dd5990f..f28f83f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.20 2002/07/16 02:42:01 weasel Exp $ +$Id: README,v 1.21 2002/07/17 16:53:38 weasel Exp $ Echolot is a Pinger for anonymous remailers. @@ -52,6 +52,8 @@ o Create a Mixmaster client installation in ~pinger/Mix echolot needs to o Copy all echolot files and directories to ~pinger/echolot +o Copy/Rename the pingd.conf.sample file to pingd.conf. + o Check the homedir setting and set sitename in pingd.conf. o Set my_localpart and my_domain in pingd.conf to the appropriate values diff --git a/pingd.conf b/pingd.conf deleted file mode 100644 index cac0282..0000000 --- a/pingd.conf +++ /dev/null @@ -1,19 +0,0 @@ -# vim:set syntax=perl: - -$CONFIG = { - 'homedir' => '/home/pinger/echolot', - 'sitename' => 'unconfigured', - - 'my_localpart' => 'pinger', - 'my_domain' => 'example.com', - 'operator_address' => 'remop@example.org', - - 'Pinger::Mix' => { - 'mix' => '/home/pinger/Mix/mix', - 'mixdir' => '/home/pinger/Mix' - }, - - 'seperate_rlists' => 0, - 'combined_list' => 0, - }; -1; diff --git a/pingd.conf.sample b/pingd.conf.sample new file mode 100644 index 0000000..cac0282 --- /dev/null +++ b/pingd.conf.sample @@ -0,0 +1,19 @@ +# vim:set syntax=perl: + +$CONFIG = { + 'homedir' => '/home/pinger/echolot', + 'sitename' => 'unconfigured', + + 'my_localpart' => 'pinger', + 'my_domain' => 'example.com', + 'operator_address' => 'remop@example.org', + + 'Pinger::Mix' => { + 'mix' => '/home/pinger/Mix/mix', + 'mixdir' => '/home/pinger/Mix' + }, + + 'seperate_rlists' => 0, + 'combined_list' => 0, + }; +1; -- cgit v1.2.3