From 4ee3c8d2926c92e6b17678612712bb7dafa3927e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 15 Jan 2005 22:52:43 +0000 Subject: Removed erroneous chown line from clamsmtpd.sh --- ChangeLog | 5 ++++- scripts/clamsmtpd.sh | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 66e0173..ae1d0c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 " ;; -- cgit v1.2.3