summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-30 00:32:29 +0000
committerxtraeme <xtraeme>2004-03-30 00:32:29 +0000
commitbd5866a1a206f1955a5d78cdd3218e21def01b7c (patch)
tree1a1ad1a97fcd929cbc91f3d050d8e8b45d2c98ac /mail
parentccdc65cd1dfde25a698696e04da4773f45aa17e8 (diff)
downloadpkgsrc-bd5866a1a206f1955a5d78cdd3218e21def01b7c.tar.gz
Make sure the socket file is removed before starting clamd, as suggested
by Piotr Stolc in PR pkg/24644.
Diffstat (limited to 'mail')
-rw-r--r--mail/clamav/files/clamd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/clamav/files/clamd.sh b/mail/clamav/files/clamd.sh
index be5630a752d..be92df8a181 100644
--- a/mail/clamav/files/clamd.sh
+++ b/mail/clamav/files/clamd.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: clamd.sh,v 1.1 2004/02/02 00:00:48 recht Exp $
+# $NetBSD: clamd.sh,v 1.2 2004/03/30 00:32:29 xtraeme Exp $
#
# clamd does anti-virus checking.
#
@@ -33,6 +33,7 @@ stop_postcmd="clamd_postcmd"
clamd_precmd()
{
+ @RM@ -f ${socket}
@TOUCH@ ${pidfile}
@CHOWN@ ${clamd_user} ${pidfile}
}