diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/pingd.conf | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 61efa97..e481a23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +echolot (000.2.0beta26-2) unstable; urgency=low + + * Set the mixmaster binary path + + -- Peter Palfrader <weasel@debian.org> Tue, 13 Aug 2002 02:46:03 +0200 + echolot (000.2.0beta26-1) unstable; urgency=low * Initial Release. diff --git a/debian/pingd.conf b/debian/pingd.conf index effadd8..49dd1a9 100644 --- a/debian/pingd.conf +++ b/debian/pingd.conf @@ -7,6 +7,7 @@ $CONFIG = { 'combined_list' => 0, }; +$CONFIG->{'mixmaster'} = 'mixmaster'; $CONFIG->{'mailin'} = '/var/mail/echolot'; $CONFIG->{'homedir'} = '/var/lib/echolot'; $CONFIG->{'pidfile'} = '/var/run/echolot/pingd.pid'; |