[Bug 202861] Launch rc.d script zfs before script mountcritlocal.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 3 07:31:28 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202861

Dmitriy Bartkus <foxfortero at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |foxfortero at gmail.com

--- Comment #2 from Dmitriy Bartkus <foxfortero at gmail.com> ---
Default configs:
less /etc/rc.d/zfs
#!/bin/sh
#
# $FreeBSD: releng/10.1/etc/rc.d/zfs 253076 2013-07-09 08:59:39Z avg $
#

# PROVIDE: zfs
# REQUIRE: mountcritlocal

less /etc/rc.d/mountcritlocal
#!/bin/sh
#
# $FreeBSD: releng/10.1/etc/rc.d/mountcritlocal 215824 2010-11-25 18:20:28Z
dougb $
#

# PROVIDE: mountcritlocal
# REQUIRE: root hostid_save mdconfig
# KEYWORD: nojail shutdown

I dont see problem cycles.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list