Module Name:    src
Committed By:   martin
Date:           Tue Jun 30 15:10:54 UTC 2020

Modified Files:
        src/etc/mtree [netbsd-7]: special

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

        etc/mtree/special: revision 1.170

Fix /private/tmp mode to match etc/rc.d/perusertmp


To generate a diff of this commit:
cvs rdiff -u -r1.148.2.1 -r1.148.2.2 src/etc/mtree/special

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.148.2.1 src/etc/mtree/special:1.148.2.2
--- src/etc/mtree/special:1.148.2.1	Thu Mar 26 10:54:36 2015
+++ src/etc/mtree/special	Tue Jun 30 15:10:54 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: special,v 1.148.2.1 2015/03/26 10:54:36 martin Exp $
+#	$NetBSD: special,v 1.148.2.2 2020/06/30 15:10:54 martin Exp $
 #	@(#)special	8.2 (Berkeley) 1/23/94
 #
 # This file may be overwritten on upgrades.
@@ -336,7 +336,7 @@
 ./etc/racoon/psk.txt		type=file mode=0600 optional tags=nodiff
 
 ./private			type=dir mode=0755 optional
-./private/tmp			type=dir mode=0111 optional ignore
+./private/tmp			type=dir mode=0555 optional ignore
 
 ./root				type=dir  mode=0755
 ./root/.cshrc			type=file mode=0644

Reply via email to