Module Name: src
Committed By: haad
Date: Thu Jan 13 22:30:10 UTC 2011
Modified Files:
src/etc/rc.d: mountcritlocal
Log Message:
Use chown now when it's available without /usr mounted.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/etc/rc.d/mountcritlocal
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/rc.d/mountcritlocal
diff -u src/etc/rc.d/mountcritlocal:1.12 src/etc/rc.d/mountcritlocal:1.13
--- src/etc/rc.d/mountcritlocal:1.12 Sat Jan 8 16:16:51 2011
+++ src/etc/rc.d/mountcritlocal Thu Jan 13 22:30:09 2011
@@ -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
}