This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / libexec / bugfiler / bugformat
CommitLineData
15637ed4 1Subject: Short summary of the problem (please make this meaningful!)
32f2345a 2Index: folder FreeBSD-current
15637ed4
RG
3
4Description:
5 Detailed description of the problem, suggestion, or complaint.
6Repeat-By:
7 Describe the sequence of events that causes the problem
8 to occur. If you can provide a shell script or program do
9 duplicate the problem please do so.
10Fix:
11 Description of how to fix the problem. If you don't know a
12 fix for the problem, don't include this section. If you can
13 provide context diffs (diff -c oldfile newfile) please do so.
14
15-------- Remove this line and what's below it, for reference only. --------
16
17To ensure that your bug report is handled correctly by bugfiler(8),
18you must replace "folder" (on the line above starting with "Index:")
19with one of the following values:
20
d525ea04 21 folder ::= bin | doc | etc | games | gnu | ideas | include | lib
5db24604 22 | libexec | man | misc | sbin | share | sys
15637ed4
RG
23 | usr.bin | usr.sbin
24
25This value should match the part of directory that the bug is in
26under /usr/src. If it appears in more than one directory, use the
27first one on the list. If the place that it appears is not on the list
28use the "misc" value. If it is a suggestion use the "ideas" value. If
29it is a manual page problem use the "man" value.
30
32f2345a
RG
31If you're not running FreeBSD-current, you should also replace
32"FreeBSD-current" on the same line with one of the following values.
15637ed4 33
32f2345a 34 version ::= FreeBSD-current | FreeBSD-1.0
15637ed4
RG
35
36For example, if your bug concerns the program "/usr/bin/file" and
32f2345a
RG
37you're currently running FreeBSD-1.1, you should replace "folder"
38with "usr.bin/file", and "FreeBSD-current" with "FreeBSD-1.1".
15637ed4 39Thus, your Index line would look like this:
32f2345a 40Index: usr.bin/file FreeBSD-1.1