freebsd-ports/sysutils/sge61/files/qsh-disabled.sh
Brooks Davis 35a75f198c Add an option to replace qsh with a script that prints an error message
and exist with an error code.  This is useful on clusters where qsh is
not supported (common since it requires xterm to be installed on each
node).

Since I did not changed the default, I did not bump PORTREVISION.
2008-04-14 19:10:08 +00:00

3 lines
65 B
Bash

#!/bin/sh
echo "qsh is not supported on this system" 1>&2
exit 1