Module Name: src
Committed By: mlelstv
Date: Sat Jul 31 14:47:04 UTC 2021
Modified Files:
src/etc/rc.d: devpubd
Log Message:
Run devpubd before volume managers and pseudo disks.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/etc/rc.d/devpubd
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/devpubd
diff -u src/etc/rc.d/devpubd:1.1 src/etc/rc.d/devpubd:1.2
--- src/etc/rc.d/devpubd:1.1 Tue Sep 6 21:32:29 2011
+++ src/etc/rc.d/devpubd Sat Jul 31 14:47:04 2021
@@ -1,11 +1,11 @@
#!/bin/sh
#
-# $NetBSD: devpubd,v 1.1 2011/09/06 21:32:29 riz Exp $
+# $NetBSD: devpubd,v 1.2 2021/07/31 14:47:04 mlelstv Exp $
#
# PROVIDE: devpubd
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
+# REQUIRE: root
+# BEFORE: zfs ccd cgd lvm raidframe
$_rc_subr_loaded . /etc/rc.subr