summaryrefslogtreecommitdiff
path: root/net/coda6_server/files/patch-configure
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-10-05 17:09:55 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-10-05 17:09:55 +0000
commit16dadb7cc6b213bb8bd564a7967410efc0abca3d (patch)
tree41d42d4aac7a8854dd9e523c9b57ea2efc3c71e0 /net/coda6_server/files/patch-configure
parent- Update to 2.3.1 (diff)
Upgrade:
* net/coda6_server and net/coda6_client from 6.0.7 to 6.1.1 and thus un-DEPRECATE them * devel/rvm from 1.10 to 1.13 * devel/lwp from 1.12 to 2.3 * devel/rpc2 from 1.28 to 2.2 These four are tightly related so I upgrade them in one.. well.. changeset
Diffstat (limited to 'net/coda6_server/files/patch-configure')
-rw-r--r--net/coda6_server/files/patch-configure25
1 files changed, 0 insertions, 25 deletions
diff --git a/net/coda6_server/files/patch-configure b/net/coda6_server/files/patch-configure
deleted file mode 100644
index 8d494fe471e9..000000000000
--- a/net/coda6_server/files/patch-configure
+++ /dev/null
@@ -1,25 +0,0 @@
---- configure.orig Wed Oct 20 20:43:56 2004
-+++ configure Tue Nov 16 23:58:20 2004
-@@ -3059,13 +3059,6 @@
- initsuffix='../etc'
- ;;
-
-- */coda* )
-- # If '/coda*' is already in the prefix, we don't need to add
-- # a coda subdirectory to the sysconfdir.
-- sysconfdir=${prefix}/etc
-- initsuffix='etc'
-- ;;
--
- * )
- # Otherwise append '/coda' so that we don't throw our configuration
- # files all over the place.
-@@ -3074,7 +3067,7 @@
- else
- sysconfdir=${ac_default_prefix}/etc/coda
- fi
-- initsuffix='etc'
-+ initsuffix='etc/rc.d'
- ;;
- esac
- echo "$as_me:$LINENO: result: ${sysconfdir}" >&5