diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 23:23:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 23:23:36 +0000 |
commit | a5923326c57795056aa9bcf948d3c26b24f7f19b (patch) | |
tree | 7470e103a8d65a3165cdb0a22164c691b4f544cd /security/drweb/files | |
parent | Update to 0.0.24 (diff) |
Some efforts to make update.pl working
Notes
Notes:
svn path=/head/; revision=46828
Diffstat (limited to 'security/drweb/files')
-rw-r--r-- | security/drweb/files/update-patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/drweb/files/update-patch b/security/drweb/files/update-patch new file mode 100644 index 000000000000..f920850378ef --- /dev/null +++ b/security/drweb/files/update-patch @@ -0,0 +1,14 @@ +--- 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 = '425'; +-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` ); } |