From 2ceb0a88afd8bf96459d5a11962f30f72c8e8575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Wed, 20 Nov 2002 10:15:06 +0000 Subject: [PATCH] Add -p to mkdir in log/run (Rasjid Wilcox ) git-svn-id: https://svn.perl.org/qpsmtpd/trunk@102 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 2 ++ log/run | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 5d4b41d..8005a84 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ 0.20 - development + Add -p to mkdir in log/run (Rasjid Wilcox ) + clamav plugin, thanks to Matt Sergeant, matt@sergeant.org. Enabling this might require you to increase your "softlimit" in the run file. http://www.clamav.org/ diff --git a/log/run b/log/run index 06555e6..5a4d84b 100755 --- a/log/run +++ b/log/run @@ -1,5 +1,5 @@ #! /bin/sh export LOGDIR=./main -mkdir $LOGDIR +mkdir -p $LOGDIR exec multilog t s1000000 n20 $LOGDIR