pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/clamav The name of the configuration file has cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/146632d7d1e9
branches:  trunk
changeset: 482606:146632d7d1e9
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Oct 30 12:09:12 2004 +0000

description:
The name of the configuration file has changed to clamd.conf recently, so
change the rc.d script to look for that one.
Fix suggested by Mirko Thiesen in PR pkg/27618
Bump PKGREVISION

diffstat:

 mail/clamav/Makefile       |  4 ++--
 mail/clamav/files/clamd.sh |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e98b0389e19d -r 146632d7d1e9 mail/clamav/Makefile
--- a/mail/clamav/Makefile      Sat Oct 30 12:06:59 2004 +0000
+++ b/mail/clamav/Makefile      Sat Oct 30 12:09:12 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2004/10/30 10:23:47 grant Exp $
+# $NetBSD: Makefile,v 1.31 2004/10/30 12:09:12 recht Exp $
 
 DISTNAME=      clamav-${CLAMAV_VERSION}
 PKGNAME=       clamav-${CLAMAV_VERSION:S/-/./}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=clamav/}
 
diff -r e98b0389e19d -r 146632d7d1e9 mail/clamav/files/clamd.sh
--- a/mail/clamav/files/clamd.sh        Sat Oct 30 12:06:59 2004 +0000
+++ b/mail/clamav/files/clamd.sh        Sat Oct 30 12:09:12 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: clamd.sh,v 1.7 2004/08/03 11:57:32 tv Exp $
+# $NetBSD: clamd.sh,v 1.8 2004/10/30 12:09:12 recht Exp $
 #
 # clamd does anti-virus checking.
 #
@@ -17,7 +17,7 @@
 rcvar=$name
 command="@PREFIX@/sbin/${name}"
 scan_command="@PREFIX@/bin/clamdscan"
-required_files="@PKG_SYSCONFDIR@/clamav.conf"
+required_files="@PKG_SYSCONFDIR@/clamd.conf"
 start_precmd="clamd_precmd"
 stop_cmd="clamd_stopcmd"
 



Home | Main Index | Thread Index | Old Index