diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | scripts/clamsmtpd.sh | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,7 @@ -1.2 ???? +1.3 + - Removed erroneous chown line from clamsmtpd.sh + +1.2 [2004-12-02] - XCLIENT support - Drop XCLIENT commands coming in from clients for security. - Added the sample virus_action.sh script to the distribution diff --git a/scripts/clamsmtpd.sh b/scripts/clamsmtpd.sh index 167a997..51b47e4 100644 --- a/scripts/clamsmtpd.sh +++ b/scripts/clamsmtpd.sh @@ -19,7 +19,6 @@ piddir=/var/run/clamav/ case $1 in start) mkdir -p $piddir - chown $user $piddir $prefix/sbin/clamsmtpd -p $piddir/clamsmtpd.pid echo -n "clamsmtpd " ;; |