diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-07-29 02:13:32 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-07-29 02:13:32 +0000 |
commit | c7985448bb5478e7b37b2fee7bace4781a96e6de (patch) | |
tree | 67d7218b0dcbd4037c12ff4f82fc7f202ae54026 /sysutils/sge/files/patch-scripts_distinst.site | |
parent | - Update to 0.2.9 (diff) |
Upgrade to SGE 6.0 Update4.
There are significant conceptual differences between SGE 5 and SGE
6 so potential upgraders should beware. At the file level the two
are entierly incompatable so SGE 5 must be removed before SGE 6 is
installed.
The port has seen limited testing so beware.
Notes
Notes:
svn path=/head/; revision=140361
Diffstat (limited to 'sysutils/sge/files/patch-scripts_distinst.site')
-rw-r--r-- | sysutils/sge/files/patch-scripts_distinst.site | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/sysutils/sge/files/patch-scripts_distinst.site b/sysutils/sge/files/patch-scripts_distinst.site index f976ee9501c7..8ccda77fcd24 100644 --- a/sysutils/sge/files/patch-scripts_distinst.site +++ b/sysutils/sge/files/patch-scripts_distinst.site @@ -1,11 +1,15 @@ $FreeBSD$ ---- scripts/distinst.site.orig Thu Mar 25 07:01:00 2004 -+++ scripts/distinst.site Tue Mar 30 13:04:21 2004 -@@ -34,4 +34,4 @@ - BASEDIR=/dist/OS-SGEDIST +--- scripts/distinst.site.orig ++++ scripts/distinst.site +@@ -31,7 +31,7 @@ + #___INFO__MARK_END__ - # Base directory where the openssl binary resides --OPENSSL_HOME=/vol2/tools/SW/openssl-0.9.7d-static -+OPENSSL_HOME=/usr + # Base directory where the openssl binary and libraries reside +-OPENSSLBASE=/vol2/tools/SW/openssl-0.9.7e ++OPENSSLBASE=%%OPENSSLBASE%% + + # Base directory where BDB resides +-BERKELEYDBBASE=/vol2/SW/db-4.2.52 ++BERKELEYDBBASE=%%LOCALBASE%% |