From cb24c5433cefc0d82c834520b5bdc1ad855e58e2 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 10 Jul 2002 11:49:41 +0000 Subject: Moved from XML to Data::Dumper --- pingd.conf | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'pingd.conf') diff --git a/pingd.conf b/pingd.conf index 4f28e3c..7bef62f 100644 --- a/pingd.conf +++ b/pingd.conf @@ -1,17 +1,14 @@ - - +# vim:set syntax=perl: - - - /home/pinger/echolot - unconfigured - pinger - example.com - - - /home/pinger/Mix - /home/pinger/Mix/mix - - - - +$CONFIG = { + 'homedir' => '/home/pinger/echolot', + 'sitename' => 'unconfigured', + + 'my_localpart' => 'pinger', + 'my_domain' => 'example.com', + + 'Pinger::Mix' => { + 'mix' => '/home/pinger/Mix/mix', + 'mixdir' => '/home/pinger/Mix' + } + }; -- cgit v1.2.3