summaryrefslogtreecommitdiff
path: root/sysutils/sge62/files/patch-dist_util_install__modules_inst__common.sh
blob: e77da325da62e0ce4a9d10995a86323cc7fe635c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$FreeBSD$

--- dist/util/install_modules/inst_common.sh.orig
+++ dist/util/install_modules/inst_common.sh
@@ -367,7 +367,9 @@
    missing=false
    for f in $BINFILES; do
       if [ ! -f $SGE_BIN/$f ]; then
-         missing=true
+         if [ "$f" != "qmon" ]; then
+            missing=true
+         fi
          $INFOTEXT "missing program >%s< in directory >%s<" $f $SGE_BIN
          $INFOTEXT -log "missing program >%s< in directory >%s<" $f $SGE_BIN
       fi