]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/send-pr/send-pr.sh
Merge r267482,r267483,r267486,r267577,r267671,r267672 from head:
[FreeBSD/stable/9.git] / usr.bin / send-pr / send-pr.sh
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 echo
7 echo "FreeBSD has migrated away from GNATS for tracking bugs, and so send-pr"
8 echo "is no longer used for submitting bug reports."
9 echo "Please see https://www.freebsd.org/support.html for more information."
10 echo
11 exit 1