summaryrefslogtreecommitdiff
path: root/sysutils/sge62/files/pkg-message.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /sysutils/sge62/files/pkg-message.in
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'sysutils/sge62/files/pkg-message.in')
-rw-r--r--sysutils/sge62/files/pkg-message.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/sysutils/sge62/files/pkg-message.in b/sysutils/sge62/files/pkg-message.in
deleted file mode 100644
index e321f19aefd6..000000000000
--- a/sysutils/sge62/files/pkg-message.in
+++ /dev/null
@@ -1,24 +0,0 @@
-
-After installation, you need to set up SGE. Go to
-
- %%PREFIX%%/%%SGE_BASE%%
-
-and run './install_qmaster' to set up the master node of the cluster and
-run './install_execd' for the back-end compute nodes.
-
-Before doing so, you should add sge_qmaster and sge_execd services to
-/etc/services or the appropriate network directory service. Any free
-port numbers may be used.
-
-
-If you desire extra security, add the -csp flag to your qmaster install.
-
-
-If you wish to run PVM applications with SGE you will need to build a
-couple of binaries. Go to
-
- %%PREFIX%%/%%SGE_BASE%%/pvm/src
-
-and type './aimk' followed by './install.sh'. See the documentation for
-how to set up a pvm environment.
-