aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sge53/files/patch-scripts_distinst
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sge53/files/patch-scripts_distinst')
-rw-r--r--sysutils/sge53/files/patch-scripts_distinst51
1 files changed, 51 insertions, 0 deletions
diff --git a/sysutils/sge53/files/patch-scripts_distinst b/sysutils/sge53/files/patch-scripts_distinst
new file mode 100644
index 000000000000..3c548d80e120
--- /dev/null
+++ b/sysutils/sge53/files/patch-scripts_distinst
@@ -0,0 +1,51 @@
+
+$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