summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/f-prot/files/f-prot-3.12b.diff')
-rw-r--r--net-mail/f-prot/files/f-prot-3.12b.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mail/f-prot/files/f-prot-3.12b.diff b/net-mail/f-prot/files/f-prot-3.12b.diff
new file mode 100644
index 000000000000..149cc1e281bd
--- /dev/null
+++ b/net-mail/f-prot/files/f-prot-3.12b.diff
@@ -0,0 +1,22 @@
+--- f-prot/check-updates.sh.org 2002-11-16 21:11:48.000000000 +0100
++++ f-prot/check-updates.sh 2002-11-16 21:12:19.000000000 +0100
+@@ -38,9 +38,9 @@
+ PARAMETERS=$@
+ CRON=0
+ QUIET=0
+-TEMPDIR="/var/tmp/f-prot/"
++TEMPDIR="/opt/f-prot/tmp/"
+ DOWNLOADSIGN=0
+-DEFDIR="/usr/local/f-prot/"
++DEFDIR="/opt/f-prot/"
+ SERVER=""
+ FALLBACKSERVER="http://updates.f-prot.com/files/"
+ FPROTDIR=$DEFDIR
+--- f-prot/f-prot.sh.org 2002-11-16 21:11:54.000000000 +0100
++++ f-prot/f-prot.sh 2002-11-16 21:12:01.000000000 +0100
+@@ -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 ${@+"$@"}