summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-01-15 22:52:43 +0000
committerStef Walter <stef@memberwebs.com>2005-01-15 22:52:43 +0000
commit4ee3c8d2926c92e6b17678612712bb7dafa3927e (patch)
treef13504316a05bac4dab68dbf9d5b3e7afbeb1999 /scripts
parent2aab190b52b9446784c0b5d030fc197b172adaf8 (diff)
Removed erroneous chown line from clamsmtpd.sh
Diffstat (limited to 'scripts')
-rw-r--r--scripts/clamsmtpd.sh1
1 files changed, 0 insertions, 1 deletions
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 "
;;