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