Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Run devpubd before volume managers and pseudo disks.



details:   https://anonhg.NetBSD.org/src/rev/d7a2b0b81fe0
branches:  trunk
changeset: 984923:d7a2b0b81fe0
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sat Jul 31 14:47:04 2021 +0000

description:
Run devpubd before volume managers and pseudo disks.

diffstat:

 etc/rc.d/devpubd |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r accbd3eda3f8 -r d7a2b0b81fe0 etc/rc.d/devpubd
--- a/etc/rc.d/devpubd  Sat Jul 31 14:36:33 2021 +0000
+++ b/etc/rc.d/devpubd  Sat Jul 31 14:47:04 2021 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index