Source-Changes-HG archive

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

[src/trunk]: src Add /var/lock/lvm subdir for LVM it can be created automagic...



details:   https://anonhg.NetBSD.org/src/rev/cc06e3329754
branches:  trunk
changeset: 760247:cc06e3329754
user:      haad <haad%NetBSD.org@localhost>
date:      Sat Jan 01 13:09:13 2011 +0000

description:
Add /var/lock/lvm subdir for LVM it can be created automagically but I think
that it's better to have it created before.

diffstat:

 distrib/sets/lists/base/mi |  3 ++-
 etc/mtree/NetBSD.dist.base |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r cba248ae621d -r cc06e3329754 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Sat Jan 01 12:49:48 2011 +0000
+++ b/distrib/sets/lists/base/mi        Sat Jan 01 13:09:13 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.911 2011/01/01 12:49:49 haad Exp $
+# $NetBSD: mi,v 1.912 2011/01/01 13:09:13 haad Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -4837,6 +4837,7 @@
 ./var/games/save                               base-obsolete           obsolete
 ./var/heimdal                                  base-krb5-root
 ./var/lock                                     base-sys-root
+./var/lock/lvm                                 base-sys-root           lvm
 ./var/log                                      base-sys-root
 ./var/log/rdist                                        base-netutil-root
 ./var/mail                                     base-mail-root
diff -r cba248ae621d -r cc06e3329754 etc/mtree/NetBSD.dist.base
--- a/etc/mtree/NetBSD.dist.base        Sat Jan 01 12:49:48 2011 +0000
+++ b/etc/mtree/NetBSD.dist.base        Sat Jan 01 13:09:13 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NetBSD.dist.base,v 1.69 2011/01/01 12:49:48 haad Exp $
+#      $NetBSD: NetBSD.dist.base,v 1.70 2011/01/01 13:09:13 haad Exp $
 #      @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
 
 # Do not customize this file as it may be overwritten on upgrades.
@@ -1099,6 +1099,7 @@
 ./var/games/sail               uname=games gname=games mode=0775
 ./var/heimdal
 ./var/lock                     gname=operator mode=0710
+./var/lock/lvm                 gname=operator mode=0770 optional
 ./var/log
 ./var/log/rdist
 ./var/mail                     mode=1777



Home | Main Index | Thread Index | Old Index