Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Use chown now when it's available without /usr moun...



details:   https://anonhg.NetBSD.org/src/rev/ad73511d2d4b
branches:  trunk
changeset: 760828:ad73511d2d4b
user:      haad <haad%NetBSD.org@localhost>
date:      Thu Jan 13 22:30:09 2011 +0000

description:
Use chown now when it's available without /usr mounted.

diffstat:

 etc/rc.d/mountcritlocal |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 73cc377acf86 -r ad73511d2d4b etc/rc.d/mountcritlocal
--- a/etc/rc.d/mountcritlocal   Thu Jan 13 22:28:35 2011 +0000
+++ b/etc/rc.d/mountcritlocal   Thu Jan 13 22:30:09 2011 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: mountcritlocal,v 1.12 2011/01/08 16:16:51 haad Exp $
+# $NetBSD: mountcritlocal,v 1.13 2011/01/13 22:30:09 haad Exp $
 #
 
 # PROVIDE: mountcritlocal
@@ -29,7 +29,7 @@
        #       group and has parmissions to allow lock file creation.
        #
        mkdir /var/run/lvm
-       /rescue/chown root:operator /var/run/lvm
+       chown root:operator /var/run/lvm
        chmod 770 /var/run/lvm
 }
 



Home | Main Index | Thread Index | Old Index