#define's don't have to end in ';'...
[unix-history] / usr / src / libexec / bugfiler / bugfiler.8
index d2e8f7c..64ec511 100644 (file)
@@ -1,8 +1,9 @@
-.\" Copyright (c) 1983 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1983 The Regents of the University of California.
+.\" All rights reserved.
 .\"
 .\"
-.\"    @(#)bugfiler.8  6.6 (Berkeley) %G%
+.\" %sccs.include.redist.man%
+.\"
+.\"    @(#)bugfiler.8  6.10 (Berkeley) %G%
 .\"
 .TH BUGFILER 8 ""
 .UC 5
 .\"
 .TH BUGFILER 8 ""
 .UC 5
@@ -15,7 +16,7 @@ bugfiler \- file bug reports in folders automatically
 \fIBugfiler\fP is a program to automatically intercept, acknowledge,
 redistribute and store bug reports.  \fIBugfiler\fP is normally invoked
 by the mail delivery program with a line similar to the following in
 \fIBugfiler\fP is a program to automatically intercept, acknowledge,
 redistribute and store bug reports.  \fIBugfiler\fP is normally invoked
 by the mail delivery program with a line similar to the following in
-/usr/lib/aliases.
+/etc/aliases.
 .PP
 .DT
        bugs:   "|bugfiler"
 .PP
 .DT
        bugs:   "|bugfiler"
@@ -26,10 +27,6 @@ to run.  Unless otherwise noted all paths used by \fIbugfiler\fP are
 relative to the home directory of this login.  \fIBugfiler\fP also
 expects all of its files and directories to be owned by ``bugs''.
 .PP
 relative to the home directory of this login.  \fIBugfiler\fP also
 expects all of its files and directories to be owned by ``bugs''.
 .PP
-A mail acknowledgement is automatically sent to the bug report filer
-unless the \fB-a\fP flag is supplied.  The file ~bugs/bug:ack is appended
-to this acknowledgement.
-.PP
 For the bug report to be correctly filed, it must contain a line
 in the following format:
 .PP
 For the bug report to be correctly filed, it must contain a line
 in the following format:
 .PP
@@ -48,15 +45,23 @@ the first one will be used, e.g. if \fIfolder\fP is ``bin/from.c'' or
 \fI-v\fP flag is provided as a means to override the \fIversion\fP
 provided within the bug report itself.
 .PP
 \fI-v\fP flag is provided as a means to override the \fIversion\fP
 provided within the bug report itself.
 .PP
+A mail acknowledgement is automatically sent to the bug report filer unless
+the \fB-a\fP flag is supplied.  The file ~bugs/\fIversion\fP/bug:ack is
+appended to this acknowledgement.
+.PP
 If the \fB-r\fP flag is not supplied, redistribution of the bug reports
 is done as specified in the file ~bugs/\fIversion\fP/bug:redist.  This file
 If the \fB-r\fP flag is not supplied, redistribution of the bug reports
 is done as specified in the file ~bugs/\fIversion\fP/bug:redist.  This file
-is in the format of the
-.IR aliases (5)
-file, including comments and entries requiring multiple lines, with
-the single exception that the \fIfolder\fP component of the ``Index:''
-line replaces the name to alias.  For example, the \fIbug:redist\fP file
+is in the format of the \fIaliases\fP(5) file, including comments and
+entries requiring multiple lines, with the single exception that the
+\fIfolder\fP component of the ``Index:'' line replaces the name to alias.
+The special folder ``all:'' receives a redistribution of all bug reports
+sent to this \fIversion\fP.  For example, the \fIbug:redist\fP file
 .PP
 .DT
 .PP
 .DT
+       #       bigbug gets a copy of everything
+.br
+       all:    bigbug
+.br
        #       ucb folder redistribution list
 .br
        ucb:    karels, kjd@coke.berkeley.edu
        #       ucb folder redistribution list
 .br
        ucb:    karels, kjd@coke.berkeley.edu
@@ -65,7 +70,7 @@ line replaces the name to alias.  For example, the \fIbug:redist\fP file
 .br
 .PP
 will send copies of all bug reports with ``ucb'' as the \fIfolder\fP
 .br
 .PP
 will send copies of all bug reports with ``ucb'' as the \fIfolder\fP
-to karels, kjd, and ra.
+to bigbug, karels, kjd, and ra.
 .PP
 Reports that cannot be filed, due to an invalid ``Index:'' line or
 some other error, are placed in the directory ~bugs/errors.  The
 .PP
 Reports that cannot be filed, due to an invalid ``Index:'' line or
 some other error, are placed in the directory ~bugs/errors.  The
@@ -128,10 +133,10 @@ the log file
 ~bugs/folder/summary
 the summary files
 .TP 25
 ~bugs/folder/summary
 the summary files
 .TP 25
-/usr/lib/sendmail
+/usr/sbin/sendmail
 the mail delivery program
 .TP 25
 the mail delivery program
 .TP 25
-/usr/lib/bugformat
+/usr/share/misc/bugformat
 a sample bug report format
 .SH "SEE ALSO"
 sendbug(1), aliases(5), syslog(8)
 a sample bug report format
 .SH "SEE ALSO"
 sendbug(1), aliases(5), syslog(8)