summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-11-01 23:50:21 +0000
committerNick Hadaway <raker@gentoo.org>2002-11-01 23:50:21 +0000
commit98df51b0c700eb91c92be2fd3bb068a66f614cf0 (patch)
tree802e3da77c5f5df293facc8e8fd1c4e0f9b073ca /net-mail/f-prot
parentImproved PPC detection. (diff)
downloadgentoo-2-98df51b0c700eb91c92be2fd3bb068a66f614cf0.tar.gz
gentoo-2-98df51b0c700eb91c92be2fd3bb068a66f614cf0.tar.bz2
gentoo-2-98df51b0c700eb91c92be2fd3bb068a66f614cf0.zip
Added fix for f-prot.sh. See bug #7326
Diffstat (limited to 'net-mail/f-prot')
-rw-r--r--net-mail/f-prot/ChangeLog7
-rw-r--r--net-mail/f-prot/files/install-path.diff13
2 files changed, 15 insertions, 5 deletions
diff --git a/net-mail/f-prot/ChangeLog b/net-mail/f-prot/ChangeLog
index a695a9e7af5e..ae1add5bc2fd 100644
--- a/net-mail/f-prot/ChangeLog
+++ b/net-mail/f-prot/ChangeLog
@@ -1,14 +1,15 @@
# ChangeLog for net-mail/f-prot
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/ChangeLog,v 1.2 2002/07/18 04:41:32 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/ChangeLog,v 1.3 2002/11/01 23:50:21 raker Exp $
*f-prot-3.12a (10 Jun 2002)
- 17 Jul 2002; Nick Hadaway <raker@gentoo.org> files/install-path.diff :
+ 01 Nov 2002; Nick Hadaway <raker@gentoo.org> files/insall-path.diff :
+ Added fix for f-prot.sh. See bug #7326
+ 17 Jul 2002; Nick Hadaway <raker@gentoo.org> files/install-path.diff :
Patched check-updates.sh. Closes bug #5009.
10 Jun 2002; Grant Goodyear <g2boojum@gentoo.org> fprot-3.12a.ebuild
ChangeLog files/digest-f-prot-3.12a :
-
Initial package. Closes bug #3408
diff --git a/net-mail/f-prot/files/install-path.diff b/net-mail/f-prot/files/install-path.diff
index ec06f43f35ea..6023277884ff 100644
--- a/net-mail/f-prot/files/install-path.diff
+++ b/net-mail/f-prot/files/install-path.diff
@@ -1,6 +1,6 @@
diff -urN f-prot_3.12a/check-updates.sh f-prot_3.12a-modified/check-updates.sh
---- f-prot_3.12a/check-updates.sh Wed Jun 5 11:19:46 2002
-+++ f-prot_3.12a-modified/check-updates.sh Wed Jul 17 23:33:44 2002
+--- f-prot_3.12a/check-updates.sh 2002-06-05 11:19:46.000000000 -0500
++++ f-prot_3.12a-modified/check-updates.sh 2002-11-01 17:45:43.000000000 -0600
@@ -25,9 +25,9 @@
PARAMETERS=$@
CRON=0
@@ -13,3 +13,12 @@ diff -urN f-prot_3.12a/check-updates.sh f-prot_3.12a-modified/check-updates.sh
SERVER=""
FALLBACKSERVER="http://updates.f-prot.com/files/"
FPROTDIR=$DEFDIR
+diff -urN f-prot_3.12a/f-prot.sh f-prot_3.12a-modified/f-prot.sh
+--- f-prot_3.12a/f-prot.sh 2002-06-05 11:19:46.000000000 -0500
++++ f-prot_3.12a-modified/f-prot.sh 2002-11-01 17:46:24.000000000 -0600
+@@ -2,4 +2,4 @@
+ #
+ # This is a shell script to invoke the F-Prot OnDemand Scanner for Linux.
+ #
+-exec /usr/local/f-prot/f-prot ${@+"$@"}
++exec /opt/f-prot/f-prot ${@+"$@"}