summaryrefslogtreecommitdiffstats
path: root/usr.bin/send-pr/send-pr.sh
blob: ab59040dd6ef521d2ce20e7f4dd0b2090399850c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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
OpenPOWER on IntegriCloud