Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree Fix /private/tmp mode to match etc/rc.d/perusertmp



details:   https://anonhg.NetBSD.org/src/rev/d35d329cab74
branches:  trunk
changeset: 935265:d35d329cab74
user:      kim <kim%NetBSD.org@localhost>
date:      Sun Jun 28 03:05:59 2020 +0000

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

diffstat:

 etc/mtree/special |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f9506240fd89 -r d35d329cab74 etc/mtree/special
--- a/etc/mtree/special Sun Jun 28 02:16:19 2020 +0000
+++ b/etc/mtree/special Sun Jun 28 03:05:59 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index