diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-07 05:42:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-07 05:42:12 +0000 |
commit | b23b831acc5f3fa3af35dbe13d151170186b78b3 (patch) | |
tree | 9ee40362de39f23fe0c1595bb669367f854f64a0 /security/Makefile | |
parent | 3700725038f93920c71da10699456dc7a08d2895 (diff) | |
download | pkgsrc-b23b831acc5f3fa3af35dbe13d151170186b78b3.tar.gz |
Merge security/uvscan-dat into security/uvscan. The uvscan-dat package is
out-of-date very frequently, and it's sole purpose seems to be to provide
the uvscan package with the update_dat script so that uvscan can keep
up-to-date with the latest virus definitions.
A MESSAGE file has been added to security/uvscan that recommends running
"update_dat" to update the virus definitions database to the most recent
version after installation. The update_dat script has also been rewritten
to allow the new syntax "update -f <DATFILE>" to update from an already-
downloaded DATFILE, so users will still be able to do bulk downloads to
removable media on a machine with a fat connection and be able to compile
and install a usable uvscan package on another machine.
Bump the PKGREVISION on uvscan to 1 and mark the CONFLICT with the obsolete
uvscan-dat packages.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index 107362dd7eb..7d1cf2c1a6a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2002/08/06 01:49:07 cjs Exp $ +# $NetBSD: Makefile,v 1.115 2002/08/07 05:42:12 jlam Exp $ # COMMENT= Security tools @@ -119,7 +119,6 @@ SUBDIR+= tcp_wrappers SUBDIR+= tct SUBDIR+= tripwire SUBDIR+= uvscan -SUBDIR+= uvscan-dat SUBDIR+= winbind SUBDIR+= xdm-krb4 SUBDIR+= zebedee |