summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-06 03:15:17 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-06 03:15:17 +0000
commit622be75664d7dd27860ecb6c3529b980c0136cdb (patch)
tree1674577d45762253436f108fa4484f204f4adbd7 /net-mail/clamav
parentwe license under gpl2, not gpl2 or later (diff)
downloadgentoo-2-622be75664d7dd27860ecb6c3529b980c0136cdb.tar.gz
gentoo-2-622be75664d7dd27860ecb6c3529b980c0136cdb.tar.bz2
gentoo-2-622be75664d7dd27860ecb6c3529b980c0136cdb.zip
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-mail/clamav')
-rw-r--r--net-mail/clamav/files/clamd.rc9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-mail/clamav/files/clamd.rc b/net-mail/clamav/files/clamd.rc
index a4f54a11ec1b..14083945a8ca 100644
--- a/net-mail/clamav/files/clamd.rc
+++ b/net-mail/clamav/files/clamd.rc
@@ -1,6 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/clamav/files/clamd.rc,v 1.4 2004/03/06 03:15:17 vapier Exp $
depend() {
need net
@@ -9,8 +10,8 @@ depend() {
start() {
if [ "${START_CLAMD}" = "yes" ]; then
if [ -f "/tmp/clamd" ]; then
- rm -f /tmp/clamd
- fi
+ rm -f /tmp/clamd
+ fi
if [ -n "${CLAMD_LOG}" -a ! -f "${CLAMD_LOG}" ]; then
touch "${CLAMD_LOG}"
chown clamav:clamav "${CLAMD_LOG}"