diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-13 15:03:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-13 15:03:40 +0000 |
commit | 5b692052a3f0d33a24ffb3b36deaa4059ff47dd5 (patch) | |
tree | 3a4c6a573af4ef4840a15e52d0a7739671e881fe /security/drweb/files/patch-ab | |
parent | Update to 0.32.4 [1] (diff) |
- Update to 4.33
- Nuke files/*
PR: 87247
Submitted by: Demin Alexander <support@spectrum.ru> (maintainer)
Approved by: novel (mentor)
Notes
Notes:
svn path=/head/; revision=145269
Diffstat (limited to 'security/drweb/files/patch-ab')
-rw-r--r-- | security/drweb/files/patch-ab | 20 |
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'; |