freebsd-dev/usr.bin/send-pr/send-pr.sh
Gavin Atkinson 47200bbd05 Add a stub send-pr that simply points people towards the online support
pages, to give people used to send-pr a bit of guidance.

MFC after:	3 days
2014-06-17 12:59:03 +00:00

12 lines
252 B
Bash
Executable File

#!/bin/sh
#
# $FreeBSD$
#
echo
echo "FreeBSD has migrated away from GNATS for tracking bugs, and so send-pr"
echo "is no longer used for submitting bug reports."
echo "Please see https://www.freebsd.org/support.html for more information."
echo
exit 1