summaryrefslogtreecommitdiff
path: root/pingd
diff options
context:
space:
mode:
Diffstat (limited to 'pingd')
-rwxr-xr-xpingd3
1 files changed, 2 insertions, 1 deletions
diff --git a/pingd b/pingd
index a027c3f..4f34af4 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.46 2002/07/17 19:16:06 weasel Exp $
+# $Id: pingd,v 1.47 2002/07/22 02:18:30 weasel Exp $
#
=pod
@@ -455,6 +455,7 @@ sub make_dirs() {
Echolot::Config::get()->{'thesaurusdir'},
Echolot::Config::get()->{'private_resultdir'},
Echolot::Config::get()->{'gnupghome'},
+ Echolot::Config::get()->{'mixhome'},
Echolot::Config::get()->{'tmpdir'},
Echolot::Config::get()->{'storage'}->{'File'}->{'basedir'}
) {