mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
With the move away from GNATS, point end users to a better web page
detailing how to report bugs. Hat: bugmeister MFC after: 3 days
This commit is contained in:
parent
deee077e0c
commit
ad3afeea16
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
forward us bugs reported to you, if you determine that they are
|
||||
not bugs in your modifications.) */
|
||||
|
||||
const char bug_report_url[] = "<URL:http://www.freebsd.org/send-pr.html>";
|
||||
const char bug_report_url[] = "<URL:http://www.freebsd.org/support.html>";
|
||||
|
||||
/* The complete version string, assembled from several pieces.
|
||||
BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ bfdver.h: Makefile
|
|||
echo '#define BFD_VERSION 217500000' > ${.TARGET}
|
||||
echo '#define BFD_VERSION_DATE 20070703' >> ${.TARGET}
|
||||
echo '#define BFD_VERSION_STRING ${VERSION}' >> ${.TARGET}
|
||||
echo '#define REPORT_BUGS_TO "<http://www.freebsd.org/send-pr.html>"' >> ${.TARGET}
|
||||
echo '#define REPORT_BUGS_TO "<http://www.freebsd.org/support.html>"' >> ${.TARGET}
|
||||
|
||||
targmatch.h: targmatch.sed config.bfd
|
||||
sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
|
||||
|
|
|
|||
Loading…
Reference in a new issue