diff options
author | Stef Walter <stef@memberwebs.com> | 2005-01-15 22:52:43 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-01-15 22:52:43 +0000 |
commit | 4ee3c8d2926c92e6b17678612712bb7dafa3927e (patch) | |
tree | f13504316a05bac4dab68dbf9d5b3e7afbeb1999 | |
parent | 2aab190b52b9446784c0b5d030fc197b172adaf8 (diff) |
Removed erroneous chown line from clamsmtpd.sh
-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 " ;; |