projects
/
freebsd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
MFV r296989:
[freebsd.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