Source-Changes-HG archive

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

[src/netbsd-7]: src/etc/mtree Pull up following revision(s) (requested by kim...



details:   https://anonhg.NetBSD.org/src/rev/2ed196f7054f
branches:  netbsd-7
changeset: 935341:2ed196f7054f
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jun 30 15:10:54 2020 +0000

description:
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

diffstat:

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

diffs (18 lines):

diff -r c03006e4c92b -r 2ed196f7054f etc/mtree/special
--- a/etc/mtree/special Sat Jun 20 16:16:51 2020 +0000
+++ b/etc/mtree/special Tue Jun 30 15:10:54 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index