summaryrefslogtreecommitdiff
path: root/security/drweb/files/update-patch
blob: 3481485715817e3d5872bbcbb605e95ed85c81d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 = '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` ); }