]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/send-pr/send-pr.sh
MFC r222211,r222287,r225845,r226184,r226418,r236596,r267773,r267887,r273507,
[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