Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.sbin/postfix/man/man5 add postconf(5). style cleanu...



details:   https://anonhg.NetBSD.org/src/rev/d77e6a32e4ab
branches:  trunk
changeset: 569756:d77e6a32e4ab
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Sep 04 22:22:26 2004 +0000

description:
add postconf(5).  style cleanup (alpha sort list, reformat comments)

diffstat:

 gnu/usr.sbin/postfix/man/man5/Makefile |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (36 lines):

diff -r 8d5eb612a307 -r d77e6a32e4ab gnu/usr.sbin/postfix/man/man5/Makefile
--- a/gnu/usr.sbin/postfix/man/man5/Makefile    Sat Sep 04 22:16:48 2004 +0000
+++ b/gnu/usr.sbin/postfix/man/man5/Makefile    Sat Sep 04 22:22:26 2004 +0000
@@ -1,23 +1,23 @@
-#      $NetBSD: Makefile,v 1.5 2004/04/27 05:34:34 heas Exp $
+#      $NetBSD: Makefile,v 1.6 2004/09/04 22:22:26 lukem Exp $
 
 .include <bsd.own.mk>
 
 DIST=  ${NETBSDSRCDIR}/gnu/dist/postfix/man/man5
 .PATH: ${DIST}
 
-MAN=   access.5 canonical.5 relocated.5 \
-       transport.5 virtual.5 pcre_table.5 regexp_table.5 \
-       cidr_table.5 header_checks.5
+MAN=   access.5 canonical.5 cidr_table.5 header_checks.5 \
+       pcre_table.5 postconf.5 regexp_table.5 relocated.5 \
+       transport.5 virtual.5
 
 MLINKS=        header_checks.5 body_checks.5
 
 # XXX notyet:
 # aliases.5
-# This would conflict with the one installed by sendmail. It isn't
-# clear what to do with it. The missing documentation is not too
-# interesting given that the sendmail docs are in place, though. The
-# format is identical.
-# The base install does include support for these:
+#      This would conflict with the one installed by sendmail. It isn't
+#      clear what to do with it. The missing documentation is not too
+#      interesting given that the sendmail docs are in place, though. The
+#      format is identical.
 # ldap_table.5 mysql_table.5 pgsql_table.5
+#      The base install does include support for these.
 
 .include <bsd.man.mk>



Home | Main Index | Thread Index | Old Index