Module Name:    src
Committed By:   kim
Date:           Sun Jun 28 03:05:59 UTC 2020

Modified Files:
        src/etc/mtree: special

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


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 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.169 src/etc/mtree/special:1.170
--- src/etc/mtree/special:1.169	Mon Jun 15 01:57:30 2020
+++ src/etc/mtree/special	Sun Jun 28 03:05:59 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: special,v 1.169 2020/06/15 01:57:30 christos Exp $
+#	$NetBSD: special,v 1.170 2020/06/28 03:05:59 kim Exp $
 #	@(#)special	8.2 (Berkeley) 1/23/94
 #
 # This file may be overwritten on upgrades.
@@ -356,7 +356,7 @@
 ./etc/zfs			type=dir  mode=0755
 
 ./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