diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-11 18:46:21 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-11 18:46:21 +0000 |
commit | e3806b2546f03be8c8b1827e375a6e349045c1c9 (patch) | |
tree | d26dbdffcd59eff0c22e2e636286262a7aa4643d /debian/pingd.conf | |
parent | 0177fd75ae790bb049be879cfb6bb5dc8bc0c0d3 (diff) |
Initial import
Diffstat (limited to 'debian/pingd.conf')
-rw-r--r-- | debian/pingd.conf | 18 |
1 files changed, 18 insertions, 0 deletions
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; |