mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
11 lines
252 B
Bash
Executable file
11 lines
252 B
Bash
Executable file
#!/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
|