summaryrefslogtreecommitdiff
path: root/ftp/ftpmirror/files
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-23 00:32:38 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-23 00:32:38 +0000
commitcf8562750b6cfed6c4c0e2ac2efe88d34ad507cf (patch)
tree1557647a42767034eed168c303c0fc80bc59ad4b /ftp/ftpmirror/files
parentRemove giflib as per agreement on ports list, the authors do not (diff)
* Update port to 1.96
* Fix of the problem that rotate script doesn't work PR: 16888 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=26181
Diffstat (limited to 'ftp/ftpmirror/files')
-rw-r--r--ftp/ftpmirror/files/patch-aa11
1 files changed, 5 insertions, 6 deletions
diff --git a/ftp/ftpmirror/files/patch-aa b/ftp/ftpmirror/files/patch-aa
index 5edc14693fca..4cd1eb4d20e1 100644
--- a/ftp/ftpmirror/files/patch-aa
+++ b/ftp/ftpmirror/files/patch-aa
@@ -1,12 +1,11 @@
---- Fan/Fan.pm.orig Sat Sep 19 12:57:26 1998
-+++ Fan/Fan.pm Sun Jan 10 03:43:34 1999
-@@ -48,8 +48,7 @@
+--- Fan/Fan.pm.orig Sun Nov 21 17:24:27 1999
++++ Fan/Fan.pm Wed Jan 12 13:28:20 2000
+@@ -48,7 +48,7 @@
;# Where configuration files are.
BEGIN {
-- use Config;
-- $sysconfdir = "$Config{prefix}/etc";
-+ $sysconfdir = "%%PREFIX%%/etc";
+- $sysconfdir = "/usr/local/etc";
++ $sysconfdir = '%%PREFIX%%';
}
;#