diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-08-26 20:30:00 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-08-26 20:30:00 +0000 |
commit | f1602aff80182979e18c35d095eedb831cfc3998 (patch) | |
tree | 1f41b92f456b6f32d2e94a47c935a3008d5df563 /libexec/rc | |
parent | ea007fee615f2c1b2de25ed86548e5cdd7c2923b (diff) | |
download | src-f1602aff80182979e18c35d095eedb831cfc3998.tar.gz src-f1602aff80182979e18c35d095eedb831cfc3998.zip |
To avoid breakage for those who build/install without ZFS only
rely on rc.d/zpool's BEFORE specification.
Reported by: rpokala
Notes
Notes:
svn path=/head/; revision=364835
Diffstat (limited to 'libexec/rc')
-rwxr-xr-x | libexec/rc/rc.d/mountcritlocal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/mountcritlocal b/libexec/rc/rc.d/mountcritlocal index cfdc8041a8c7..f52c565d65c6 100755 --- a/libexec/rc/rc.d/mountcritlocal +++ b/libexec/rc/rc.d/mountcritlocal @@ -4,7 +4,7 @@ # # PROVIDE: mountcritlocal -# REQUIRE: root hostid_save mdconfig zvol +# REQUIRE: root hostid_save mdconfig # KEYWORD: nojail shutdown . /etc/rc.subr |