1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
freebsd-ports/sysutils/sge60/files/qsh-disabled.sh
Brooks Davis fa7ab98bbc 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 20:27:53 +00:00

4 lines
65 B
Bash

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