freebsd-ports/sysutils/sge61/files/patch-scripts_distinst
Maho Nakata 9d68495d5a Sun Grid Engine is a batch queueing system implementing a superset of the
functionality of the POSIX batch queueing framework.

WWW: http://gridengine.sunsource.net/

PR:		54563
Submitted by:	brooks
Many suggestion by: Glenn Johnson <gjohnson at srrc dot ars dot usda dot gov>
2004-02-01 06:40:53 +00:00

51 lines
1.5 KiB
Text

$FreeBSD$
--- scripts/distinst.orig Tue Jan 20 16:28:32 2004
+++ scripts/distinst Wed Jan 21 14:52:27 2004
@@ -49,7 +49,7 @@
fi
-HASDIR="ckpt doc examples/jobs locale mpi pvm qmon/PIXMAPS/big"
+HASDIR="ckpt doc examples/jobs mpi pvm qmon/PIXMAPS/big"
HASARCHDIR="bin lib examples/jobsbin utilbin"
DEFAULTPROG="sge_qmaster sge_execd sge_shadowd sge_commd sge_schedd \
@@ -543,17 +543,6 @@
echo " Installing:" $PROG
echo " Architectures:" $ARCH
echo "Base directory:" $DEST_SGE_ROOT
-echo " OK [Y/N][Y]: "
-
-read ans
-if [ "$ans" = y -o "$ans" = Y -o "$ans" = "" ]; then
- :
-else
- echo
- echo Ciao
- echo
- exit 1
-fi
echo
@@ -663,12 +652,12 @@
Execute chmod 755 $DEST_SGE_ROOT/inst_sge
Execute sed 's/PREFIX/sge/' dist/install_qmaster > $DEST_SGE_ROOT/install_qmaster
Execute sed 's/PREFIX/sge/' dist/install_execd > $DEST_SGE_ROOT/install_execd
- if [ "$SGE_PRODUCT_MODE" = ge ]; then
- :
- (cd $DEST_SGE_ROOT; ln -s inst_sge inst_sgeee)
- Execute cp dist/README.inst_sgeee $DEST_SGE_ROOT
- Execute chmod 644 $DEST_SGE_ROOT/README.inst_sgeee
- fi
+ #if [ "$SGE_PRODUCT_MODE" = ge ]; then
+ # :
+ # (cd $DEST_SGE_ROOT; ln -s inst_sge inst_sgeee)
+ # Execute cp dist/README.inst_sgeee $DEST_SGE_ROOT
+ # Execute chmod 644 $DEST_SGE_ROOT/README.inst_sgeee
+ #fi
else
echo Installing \"inst_sge\" as \"inst_sgeee\"
Execute cp dist/inst_sge $DEST_SGE_ROOT/inst_sgeee