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

This commit is contained in:
haad 2011-01-13 22:30:09 +00:00
parent 6f5bb5ac37
commit 7532abd112

View File

@ -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 @@ mountcritlocal_start()
# 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
}