Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Sep 2015 07:31:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 202861] Launch rc.d script zfs before script mountcritlocal.
Message-ID:  <bug-202861-8-uchez18k24@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202861-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202861-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202861

Dmitriy Bartkus <foxfortero@gmail.com> changed:

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

--- Comment #2 from Dmitriy Bartkus <foxfortero@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202861-8-uchez18k24>