Module Name: src Committed By: riastradh Date: Mon Aug 28 23:57:25 UTC 2023
Modified Files: src/etc/mtree: special src/usr.sbin/certctl: Makefile Log Message: certctl(8): Set certs.conf 644 and add it to etc/mtree/special. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/etc/mtree/special cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/certctl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/mtree/special diff -u src/etc/mtree/special:1.175 src/etc/mtree/special:1.176 --- src/etc/mtree/special:1.175 Mon Jun 6 10:56:28 2022 +++ src/etc/mtree/special Mon Aug 28 23:57:24 2023 @@ -1,4 +1,4 @@ -# $NetBSD: special,v 1.175 2022/06/06 10:56:28 nia Exp $ +# $NetBSD: special,v 1.176 2023/08/28 23:57:24 riastradh Exp $ # @(#)special 8.2 (Berkeley) 1/23/94 # # This file may be overwritten on upgrades. @@ -133,6 +133,7 @@ ./etc/npf.conf type=file mode=0644 optional ./etc/nsswitch.conf type=file mode=0644 ./etc/ntp.conf type=file mode=0644 optional +./etc/openssl/certs.conf type=file mode=0644 ./etc/pam.conf type=file mode=0644 optional ./etc/pam.d type=dir mode=0755 ./etc/pam.d/display_manager type=file mode=0644 Index: src/usr.sbin/certctl/Makefile diff -u src/usr.sbin/certctl/Makefile:1.1 src/usr.sbin/certctl/Makefile:1.2 --- src/usr.sbin/certctl/Makefile:1.1 Sat Aug 26 05:27:15 2023 +++ src/usr.sbin/certctl/Makefile Mon Aug 28 23:57:25 2023 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/08/26 05:27:15 riastradh Exp $ +# $NetBSD: Makefile,v 1.2 2023/08/28 23:57:25 riastradh Exp $ # MAN= certctl.8 SCRIPTS= certctl.sh FILESDIR= /etc/openssl +FILESMODE= 644 CONFIGFILES= certs.conf .include <bsd.prog.mk>