summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-08-13 00:46:11 +0000
committerPeter Palfrader <peter@palfrader.org>2002-08-13 00:46:11 +0000
commit269309e32b305b79412c7a59ebcda02e6c3d795a (patch)
tree6b09aff9ce02260cf6bd85ffeb660d124a34fecd
parent0946036f1b9c1e7cf1b1e9a815b3b9e7c2f22509 (diff)
Set the mixmaster binary path
-rw-r--r--debian/changelog6
-rw-r--r--debian/pingd.conf1
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';