Module Name:    src
Committed By:   martin
Date:           Sun Jan 14 13:10:56 UTC 2024

Modified Files:
        src/distrib/sets/lists/base [netbsd-9]: mi
        src/distrib/sets/lists/man [netbsd-9]: mi
        src/external/ibm-public/postfix/libexec/postfix-script [netbsd-9]:
            Makefile
        src/external/ibm-public/postfix/man/man1 [netbsd-9]: Makefile

Log Message:
Pull up following revision(s) (requested by kim in ticket #1786):

        external/ibm-public/postfix/libexec/postfix-script/Makefile: revision 
1.2
        distrib/sets/lists/man/mi: revision 1.1768
        external/ibm-public/postfix/man/man1/Makefile: revision 1.3
        distrib/sets/lists/base/mi: revision 1.1330

Install postfix-tls-script (for "postfix tls")


To generate a diff of this commit:
cvs rdiff -u -r1.1209.2.9 -r1.1209.2.10 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1649.2.10 -r1.1649.2.11 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.1 -r1.1.52.1 \
    src/external/ibm-public/postfix/libexec/postfix-script/Makefile
cvs rdiff -u -r1.2 -r1.2.26.1 \
    src/external/ibm-public/postfix/man/man1/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1209.2.9 src/distrib/sets/lists/base/mi:1.1209.2.10
--- src/distrib/sets/lists/base/mi:1.1209.2.9	Sat Dec 30 18:35:30 2023
+++ src/distrib/sets/lists/base/mi	Sun Jan 14 13:10:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1209.2.9 2023/12/30 18:35:30 martin Exp $
+# $NetBSD: mi,v 1.1209.2.10 2024/01/14 13:10:56 martin Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -1567,6 +1567,7 @@
 ./usr/libexec/postfix/post-install		base-postfix-bin	postfix
 ./usr/libexec/postfix/postfix-files		base-postfix-bin	postfix
 ./usr/libexec/postfix/postfix-script		base-postfix-bin	postfix
+./usr/libexec/postfix/postfix-tls-script	base-postfix-bin	postfix
 ./usr/libexec/postfix/postfix-wrapper		base-postfix-bin	postfix
 ./usr/libexec/postfix/postmulti-script		base-postfix-bin	postfix
 ./usr/libexec/postfix/postscreen		base-postfix-bin	postfix

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1649.2.10 src/distrib/sets/lists/man/mi:1.1649.2.11
--- src/distrib/sets/lists/man/mi:1.1649.2.10	Sat May 14 11:37:06 2022
+++ src/distrib/sets/lists/man/mi	Sun Jan 14 13:10:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1649.2.10 2022/05/14 11:37:06 martin Exp $
+# $NetBSD: mi,v 1.1649.2.11 2024/01/14 13:10:56 martin Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -444,6 +444,7 @@
 ./usr/share/man/cat1/postconf.0			man-postfix-catman	postfix,.cat
 ./usr/share/man/cat1/postdrop.0			man-postfix-catman	postfix,.cat
 ./usr/share/man/cat1/postfix.0			man-postfix-catman	postfix,.cat
+./usr/share/man/cat1/postfix-tls.0		man-postfix-catman	postfix,.cat
 ./usr/share/man/cat1/postkick.0			man-postfix-catman	postfix,.cat
 ./usr/share/man/cat1/postlock.0			man-postfix-catman	postfix,.cat
 ./usr/share/man/cat1/postlog.0			man-postfix-catman	postfix,.cat
@@ -3687,6 +3688,7 @@
 ./usr/share/man/html1/postconf.html		man-postfix-htmlman	postfix,html
 ./usr/share/man/html1/postdrop.html		man-postfix-htmlman	postfix,html
 ./usr/share/man/html1/postfix.html		man-postfix-htmlman	postfix,html
+./usr/share/man/html1/postfix-tls.html		man-postfix-htmlman	postfix,html
 ./usr/share/man/html1/postkick.html		man-postfix-htmlman	postfix,html
 ./usr/share/man/html1/postlock.html		man-postfix-htmlman	postfix,html
 ./usr/share/man/html1/postlog.html		man-postfix-htmlman	postfix,html
@@ -6576,6 +6578,7 @@
 ./usr/share/man/man1/postconf.1			man-postfix-man		postfix,.man
 ./usr/share/man/man1/postdrop.1			man-postfix-man		postfix,.man
 ./usr/share/man/man1/postfix.1			man-postfix-man		postfix,.man
+./usr/share/man/man1/postfix-tls.1		man-postfix-man		postfix,.man
 ./usr/share/man/man1/postkick.1			man-postfix-man		postfix,.man
 ./usr/share/man/man1/postlock.1			man-postfix-man		postfix,.man
 ./usr/share/man/man1/postlog.1			man-postfix-man		postfix,.man

Index: src/external/ibm-public/postfix/libexec/postfix-script/Makefile
diff -u src/external/ibm-public/postfix/libexec/postfix-script/Makefile:1.1 src/external/ibm-public/postfix/libexec/postfix-script/Makefile:1.1.52.1
--- src/external/ibm-public/postfix/libexec/postfix-script/Makefile:1.1	Thu Jun 25 18:21:55 2009
+++ src/external/ibm-public/postfix/libexec/postfix-script/Makefile	Sun Jan 14 13:10:55 2024
@@ -1,11 +1,12 @@
-#	$NetBSD: Makefile,v 1.1 2009/06/25 18:21:55 tron Exp $
+#	$NetBSD: Makefile,v 1.1.52.1 2024/01/14 13:10:55 martin Exp $
 
 .include <bsd.own.mk>
 
 DIST=		${NETBSDSRCDIR}/external/ibm-public/postfix/dist/conf
 .PATH:		${DIST}
 
-SCRIPTS=	post-install postfix-script postfix-wrapper postmulti-script
+SCRIPTS=	post-install postfix-script postfix-tls-script \
+		postfix-wrapper postmulti-script
 
 FILES=		postfix-files
 FILESDIR=	${PFIX_LIBEXECDIR}

Index: src/external/ibm-public/postfix/man/man1/Makefile
diff -u src/external/ibm-public/postfix/man/man1/Makefile:1.2 src/external/ibm-public/postfix/man/man1/Makefile:1.2.26.1
--- src/external/ibm-public/postfix/man/man1/Makefile:1.2	Sun Jul  6 20:09:26 2014
+++ src/external/ibm-public/postfix/man/man1/Makefile	Sun Jan 14 13:10:56 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2014/07/06 20:09:26 tron Exp $
+#	$NetBSD: Makefile,v 1.2.26.1 2024/01/14 13:10:56 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -8,8 +8,9 @@ DIST=	${NETBSDSRCDIR}/external/ibm-publi
 # This follows the order in COMMANDS= in src/external/ibm-public/postfix/dist/man/Makefile.in
 MAN=	postalias.1 postcat.1 postconf.1 postfix.1 \
 	postkick.1 postlock.1 postlog.1 postdrop.1 \
-	postmap.1 sendmail.1 \
-	postqueue.1 postsuper.1 postmulti.1 posttls-finger.1
+	postmap.1 postmulti.1 postqueue.1 postsuper.1 \
+	sendmail.1 postfix-tls.1 \
+	posttls-finger.1
 
 MLINKS=	sendmail.1 mailq.1 sendmail.1 newaliases.1
 

Reply via email to