summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-06-22 16:48:21 +0000
committergavin <gavin@FreeBSD.org>2014-06-22 16:48:21 +0000
commite44b7f112f499d2a322853f25a75b8aebc162407 (patch)
tree47d91275e445fa0e5a1d35ae379d7db623e70332 /usr.bin
parent08bf57727433041944d851795e4c8e34f8c54d89 (diff)
downloadFreeBSD-src-e44b7f112f499d2a322853f25a75b8aebc162407.zip
FreeBSD-src-e44b7f112f499d2a322853f25a75b8aebc162407.tar.gz
Merge r267482,r267483,r267486,r267577,r267671,r267672 from head:
Remove send-pr and fix up all references to it. Replace it with a stub send-pr directing people towards the web site.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile1
-rw-r--r--usr.bin/send-pr/Makefile5
-rwxr-xr-xusr.bin/send-pr/send-pr.sh11
3 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index c6727cd..b88768b 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -143,6 +143,7 @@ SUBDIR= alias \
rwall \
script \
sed \
+ send-pr \
seq \
shar \
showmount \
diff --git a/usr.bin/send-pr/Makefile b/usr.bin/send-pr/Makefile
new file mode 100644
index 0000000..2b422bf
--- /dev/null
+++ b/usr.bin/send-pr/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SCRIPTS= send-pr.sh
+
+.include <bsd.prog.mk>
diff --git a/usr.bin/send-pr/send-pr.sh b/usr.bin/send-pr/send-pr.sh
new file mode 100755
index 0000000..ab59040
--- /dev/null
+++ b/usr.bin/send-pr/send-pr.sh
@@ -0,0 +1,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