Add qmqpd

This commit is contained in:
christos 2006-04-17 16:15:40 +00:00
parent 2ab3510195
commit f24c5c7519
4 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.613 2006/04/12 15:46:39 rpaulo Exp $
# $NetBSD: mi,v 1.614 2006/04/17 16:15:40 christos Exp $
. base-sys-root
./altroot base-sys-root
./bin base-sys-root
@ -896,6 +896,7 @@
./usr/libexec/postfix/pipe base-postfix-bin postfix
./usr/libexec/postfix/proxymap base-postfix-bin postfix
./usr/libexec/postfix/qmgr base-postfix-bin postfix
./usr/libexec/postfix/qmqpd base-postfix-bin postfix
./usr/libexec/postfix/scache base-postfix-bin postfix
./usr/libexec/postfix/sendmail base-postfix-bin postfix
./usr/libexec/postfix/showq base-postfix-bin postfix

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.875 2006/04/12 16:12:23 rpaulo Exp $
# $NetBSD: mi,v 1.876 2006/04/17 16:15:40 christos Exp $
./etc/mtree/set.man man-sys-root
./usr/share/info/am-utils.info man-amd-info info
./usr/share/info/as.info man-computil-info bfd,info
@ -2129,6 +2129,7 @@
./usr/share/man/cat8/pvctxctl.0 man-netutil-catman .cat
./usr/share/man/cat8/pwd_mkdb.0 man-sysutil-catman .cat
./usr/share/man/cat8/qmgr.0 man-postfix-catman postfix,.cat
./usr/share/man/cat8/qmqpd.0 man-postfix-catman postfix,.cat
./usr/share/man/cat8/quot.0 man-sysutil-catman .cat
./usr/share/man/cat8/quotacheck.0 man-sysutil-catman .cat
./usr/share/man/cat8/quotaoff.0 man-sysutil-catman .cat
@ -4450,6 +4451,7 @@
./usr/share/man/man8/pvctxctl.8 man-netutil-man .man
./usr/share/man/man8/pwd_mkdb.8 man-sysutil-man .man
./usr/share/man/man8/qmgr.8 man-postfix-man postfix,.man
./usr/share/man/man8/qmqpd.8 man-postfix-man postfix,.man
./usr/share/man/man8/quot.8 man-sysutil-man .man
./usr/share/man/man8/quotacheck.8 man-sysutil-man .man
./usr/share/man/man8/quotaoff.8 man-sysutil-man .man

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.130 2006/03/16 17:38:46 jwise Exp $
# $NetBSD: mi,v 1.131 2006/04/17 16:15:40 christos Exp $
./etc/mtree/set.misc misc-sys-root
./usr/share/dict/README misc-reference-share share
./usr/share/dict/american misc-reference-share share
@ -228,6 +228,8 @@
./usr/share/doc/html/postfix/postsuper.1.html misc-postfix-htmldoc postfix,doc
./usr/share/doc/html/postfix/proxymap.8.html misc-postfix-htmldoc postfix,doc
./usr/share/doc/html/postfix/qmgr.8.html misc-postfix-htmldoc postfix,doc
./usr/share/doc/html/postfix/qmgr.8.html misc-postfix-htmldoc postfix,doc
./usr/share/doc/html/postfix/qmqpd.8.html misc-postfix-htmldoc postfix,doc
./usr/share/doc/html/postfix/qshape.1.html misc-postfix-htmldoc postfix,doc
./usr/share/doc/html/postfix/queuing.html misc-obsolete obsolete
./usr/share/doc/html/postfix/rate.html misc-obsolete obsolete

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2005/10/10 15:34:30 rpaulo Exp $
# $NetBSD: Makefile,v 1.13 2006/04/17 16:16:42 christos Exp $
.include <bsd.own.mk>
@ -12,7 +12,7 @@ DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/html
PFX_DAEMONS= anvil.8.html bounce.8.html cleanup.8.html discard.8.html \
error.8.html flush.8.html lmtp.8.html local.8.html \
master.8.html oqmgr.8.html pickup.8.html pipe.8.html proxymap.8.html \
qmgr.8.html scache.8.html showq.8.html smtp.8.html \
qmgr.8.html qmqpd.8.html scache.8.html showq.8.html smtp.8.html \
smtpd.8.html spawn.8.html tlsmgr.8.html trivial-rewrite.8.html \
verify.8.html virtual.8.html
PFX_COMMANDS= postalias.1.html postcat.1.html \