Install documentation and manual pages for Postfix's memcache client support.
This commit is contained in:
parent
0e82f4eb77
commit
a536ee5124
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.1413 2012/12/17 20:38:00 mbalmer Exp $
|
||||
# $NetBSD: mi,v 1.1414 2013/01/02 22:33:19 tron Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
@ -2009,6 +2009,7 @@
|
||||
./usr/share/man/cat5/map3270.0 man-obsolete obsolete
|
||||
./usr/share/man/cat5/master.0 man-postfix-catman postfix,.cat
|
||||
./usr/share/man/cat5/master.passwd.0 man-sys-catman .cat
|
||||
./usr/share/man/cat5/memcache_table.0 man-postfix-catman postfix,.cat
|
||||
./usr/share/man/cat5/mixerctl.conf.0 man-audio-catman .cat
|
||||
./usr/share/man/cat5/moduli.0 man-secsh-catman crypto,.cat
|
||||
./usr/share/man/cat5/monthly.0 man-sys-catman .cat
|
||||
@ -4846,6 +4847,7 @@
|
||||
./usr/share/man/html5/map3270.html man-obsolete obsolete
|
||||
./usr/share/man/html5/master.html man-postfix-htmlman postfix,html
|
||||
./usr/share/man/html5/master.passwd.html man-sys-htmlman html
|
||||
./usr/share/man/html5/memcache_table.html man-postfix-htmlman postfix,html
|
||||
./usr/share/man/html5/mixerctl.conf.html man-audio-htmlman html
|
||||
./usr/share/man/html5/moduli.html man-secsh-htmlman crypto,html
|
||||
./usr/share/man/html5/monthly.conf.html man-sys-htmlman html
|
||||
@ -7629,6 +7631,7 @@
|
||||
./usr/share/man/man5/map3270.5 man-obsolete obsolete
|
||||
./usr/share/man/man5/master.5 man-postfix-man postfix,.man
|
||||
./usr/share/man/man5/master.passwd.5 man-sys-man .man
|
||||
./usr/share/man/man5/memcache_table.5 man-postfix-man postfix,.man
|
||||
./usr/share/man/man5/mixerctl.conf.5 man-audio-man .man
|
||||
./usr/share/man/man5/moduli.5 man-secsh-man crypto,.man
|
||||
./usr/share/man/man5/monthly.5 man-sys-man .man
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.177 2012/09/15 17:33:28 plunky Exp $
|
||||
# $NetBSD: mi,v 1.178 2013/01/02 22:33:20 tron Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
@ -361,6 +361,7 @@
|
||||
./usr/share/doc/html/postfix/mailq.1.html misc-postfix-htmldoc postfix,doc
|
||||
./usr/share/doc/html/postfix/master.5.html misc-postfix-htmldoc postfix,doc
|
||||
./usr/share/doc/html/postfix/master.8.html misc-postfix-htmldoc postfix,doc
|
||||
./usr/share/doc/html/postfix/memcache_table.5.html misc-postfix-htmldoc postfix,doc
|
||||
./usr/share/doc/html/postfix/motivation.html misc-obsolete obsolete
|
||||
./usr/share/doc/html/postfix/mysql_table.5.html misc-postfix-htmldoc postfix,doc
|
||||
./usr/share/doc/html/postfix/newaliases.1.html misc-postfix-htmldoc postfix,doc
|
||||
@ -806,6 +807,7 @@
|
||||
./usr/share/examples/postfix/LMTP_README misc-obsolete obsolete
|
||||
./usr/share/examples/postfix/LOCAL_RECIPIENT_README misc-postfix-examples postfix,doc
|
||||
./usr/share/examples/postfix/MAILDROP_README misc-postfix-examples postfix,doc
|
||||
./usr/share/examples/postfix/MEMCACHE_README misc-postfix-examples postfix,doc
|
||||
./usr/share/examples/postfix/MILTER_README misc-postfix-examples postfix,doc
|
||||
./usr/share/examples/postfix/MULTI_INSTANCE_README misc-postfix-examples postfix,doc
|
||||
./usr/share/examples/postfix/MYSQL_README misc-postfix-examples postfix,doc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2012/03/04 16:12:25 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/01/02 22:33:20 tron Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -8,7 +8,7 @@ DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/man/man5
|
||||
MAN= access.5 aliases.5 bounce.5 canonical.5 relocated.5 \
|
||||
transport.5 virtual.5 sqlite_table.5 regexp_table.5 \
|
||||
cidr_table.5 header_checks.5 ldap_table.5 master.5 \
|
||||
nisplus_table.5 generic.5
|
||||
nisplus_table.5 generic.5 memcache_table.5
|
||||
MAN+= postconf.5 postfix-wrapper.5
|
||||
|
||||
MLINKS= header_checks.5 body_checks.5
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2011/03/02 22:24:56 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2013/01/02 22:33:20 tron Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -16,8 +16,8 @@ FILES= AAAREADME ADDRESS_CLASS_README ADDRESS_REWRITING_README \
|
||||
DATABASE_README DSN_README DB_README DEBUG_README ETRN_README \
|
||||
FILTER_README \
|
||||
IPV6_README LDAP_README LOCAL_RECIPIENT_README \
|
||||
MAILDROP_README MILTER_README MYSQL_README MULTI_INSTANCE_README \
|
||||
NFS_README OVERVIEW PCRE_README \
|
||||
MAILDROP_README MEMCACHE_README MILTER_README MULTI_INSTANCE_README \
|
||||
MYSQL_README NFS_README OVERVIEW PCRE_README \
|
||||
PGSQL_README POSTSCREEN_README QSHAPE_README ../RELEASE_NOTES \
|
||||
RESTRICTION_CLASS_README SASL_README SCHEDULER_README \
|
||||
SMTPD_ACCESS_README SMTPD_POLICY_README SMTPD_PROXY_README \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2011/03/02 22:24:56 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2013/01/02 22:33:20 tron Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -26,7 +26,7 @@ PFX_CONFIG= access.5.html aliases.5.html canonical.5.html cidr_table.5.html \
|
||||
pcre_table.5.html pgsql_table.5.html postconf.5.html \
|
||||
regexp_table.5.html relocated.5.html sqlite_table.5.html \
|
||||
transport.5.html virtual.5.html postfix-wrapper.5.html \
|
||||
postfix-manuals.html
|
||||
postfix-manuals.html memcache_table.5.html
|
||||
PFX_READMES= ADDRESS_CLASS_README.html ADDRESS_REWRITING_README.html \
|
||||
ADDRESS_VERIFICATION_README.html BACKSCATTER_README.html \
|
||||
BASIC_CONFIGURATION_README.html BUILTIN_FILTER_README.html \
|
||||
|
Loading…
Reference in New Issue
Block a user