Add a stub send-pr that simply points people towards the online support
pages, to give people used to send-pr a bit of guidance. MFC after: 3 days
This commit is contained in:
parent
d09b3c60d0
commit
47200bbd05
@ -39,7 +39,6 @@
|
||||
# done
|
||||
|
||||
# 20140614: send-pr removal
|
||||
OLD_FILES+=usr/bin/send-pr
|
||||
OLD_FILES+=usr/share/man/man1/send-pr.1.gz
|
||||
OLD_FILES+=etc/gnats/freefall
|
||||
OLD_DIRS+=etc/gnats
|
||||
|
@ -143,6 +143,7 @@ SUBDIR= alias \
|
||||
rwall \
|
||||
script \
|
||||
sed \
|
||||
send-pr \
|
||||
seq \
|
||||
shar \
|
||||
showmount \
|
||||
|
5
usr.bin/send-pr/Makefile
Normal file
5
usr.bin/send-pr/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SCRIPTS= send-pr.sh
|
||||
|
||||
.include <bsd.prog.mk>
|
11
usr.bin/send-pr/send-pr.sh
Executable file
11
usr.bin/send-pr/send-pr.sh
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user