From e3806b2546f03be8c8b1827e375a6e349045c1c9 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 11 Aug 2002 18:46:21 +0000 Subject: Initial import --- debian/pingd.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/pingd.conf (limited to 'debian/pingd.conf') diff --git a/debian/pingd.conf b/debian/pingd.conf new file mode 100644 index 0000000..6f734ce --- /dev/null +++ b/debian/pingd.conf @@ -0,0 +1,18 @@ +# vim:set syntax=perl: + +# see man pingd.conf(5) for a list of all available configuration options. + +$CONFIG = { + 'seperate_rlists' => 0, + 'combined_list' => 0, + }; + +$CONFIG->{'homedir'} = '/var/lib/echolot'; +$CONFIG->{'pidfile'} = '/var/run/echolot/pingd.pid'; + +### BEGIN DEBCONF SECTION +# not configured yet +1; +### END DEBCONF SECTION + +1; -- cgit v1.2.3