summaryrefslogtreecommitdiff
path: root/security/drweb/files/update-patch
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-01-04 07:13:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-01-04 07:13:24 +0000
commit4744b11c599a45dd868ffc552749e7642ccc5066 (patch)
treed4070162b6b2793edee4110f70a6210f0538d71c /security/drweb/files/update-patch
parentAdd port mail/sylpheed-claws, a gtk mail client with additional features over (diff)
Upgrade to 4.27
Notes
Notes: svn path=/head/; revision=52556
Diffstat (limited to 'security/drweb/files/update-patch')
-rw-r--r--security/drweb/files/update-patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/drweb/files/update-patch b/security/drweb/files/update-patch
deleted file mode 100644
index 348148571581..000000000000
--- a/security/drweb/files/update-patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- update.pl.bak Tue Jul 31 18:42:13 2001
-+++ update.pl Sat Aug 25 03:16:22 2001
-@@ -15,9 +15,9 @@
- use String::CRC32;
-
- my $version = '426';
--my $url = $ARGV[1] || 'http://www.drweb.ru/ftp/update_free/linux/drweb32.lst';
-+#my $url = $ARGV[1] || 'http://www.drweb.ru/ftp/update_free/linux/drweb32.lst';
- #my $url = $ARGV[1] || 'http://www.drweb.ru/ftp/update_free/freebsd3/drweb32.lst';
--#my $url = $ARGV[1] || 'http://www.drweb.ru/ftp/update_free/freebsd4/drweb32.lst';
-+my $url = $ARGV[1] || 'http://www.drweb.ru/ftp/update_free/freebsd4/drweb32.lst';
-
- my $fetch = ''; # autotest for fetch, wget
- unless ( $fetch ) { $fetch.=" -q -o" if chomp ( $fetch = `which fetch` ); }