From 20742f460a7a1224fc57ed57fe0ba80d188f2bc1 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 18 Feb 2002 09:13:44 +0000 Subject: [PATCH] Add some verbiage to the comments at the top of the PR template: - point at the FDP article rather than GNU's send-pr documentation - warn the user that PRs are public information and will be published in mailing lists and on the web - suggest that the user contact security-officer@ directly if the report concerns sensitive security issues. --- gnu/usr.bin/send-pr/send-pr.sh | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index dd4dd437843..710e3e27abd 100644 --- a/gnu/usr.bin/send-pr/send-pr.sh +++ b/gnu/usr.bin/send-pr/send-pr.sh @@ -301,15 +301,24 @@ else SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). -SEND-PR: -SEND-PR: Please consult the send-pr man page `send-pr(1)' or the Texinfo -SEND-PR: manual if you are not sure how to fill out a problem report. +SEND-PR: +SEND-PR: Please consult the following URL if you are not sure how to +SEND-PR: fill out a problem report: +SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/article.html +SEND-PR: SEND-PR: Note that the Synopsis field is mandatory. SEND-PR: SEND-PR: Please note that (unless you state otherwise) if your report SEND-PR: includes a patch then it will be taken under the same license as SEND-PR: the one on the file(s) you want to change. SEND-PR: +SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND +SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES. +SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC. +SEND-PR: +SEND-PR: For sensitive security issues, consider contacting the FreeBSD +SEND-PR: security officer team (security-officer@freebsd.org) directly. +SEND-PR: SEND-PR: Choose from the following categories: SEND-PR: __EOF__ -- 2.45.2