summaryrefslogtreecommitdiff
path: root/security/drweb/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/drweb/files/patch-ab')
-rw-r--r--security/drweb/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/drweb/files/patch-ab b/security/drweb/files/patch-ab
deleted file mode 100644
index 198e6f4f3b1c..000000000000
--- a/security/drweb/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- usr/local/drweb/update/update.pl.orig Wed Nov 24 13:39:08 2004
-+++ usr/local/drweb/update/update.pl Wed Nov 24 13:39:36 2004
-@@ -20,7 +20,7 @@
- my $ini = $ARGV[0];
- if( $ini eq '' )
- {
-- $ini = '/usr/local/etc/drweb/drweb32.ini';
-+ $ini = '%INSTALL%/drweb32.ini';
- }
-
- my $wget = `which wget 2>&1`;
-@@ -47,7 +47,7 @@
- die 'Bases path is not defined!' unless $bases;
- die 'Update path is not defined!' unless $update;
-
--$pidFile = '/var/drweb/run/drwebd.pid' if $pidFile eq '';
-+$pidFile = '%INSTALL%/run/drwebd.pid' if $pidFile eq '';
-
- my ( $kmd5, $knum ) = parseKey($keyFile);
- $wget = $wget.' -q --header="X-DrWeb-Validate: '.$kmd5.'" --header="X-DrWeb-KeyNumber: '.$knum.'" -O';