diff options
| author | Xin LI <delphij@FreeBSD.org> | 2020-09-04 23:36:43 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2020-09-04 23:36:43 +0000 |
| commit | 0cd669785de0279f61077ad93a74804ad949a057 (patch) | |
| tree | f7dd963461ff5bf9e6d06d94179cde70a220b121 /libexec | |
| parent | eac7052fdebb90caf2f653e06187bdbca837b9c7 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rwxr-xr-x | libexec/rc/rc.d/zpool | 2 | ||||
| -rwxr-xr-x | libexec/rc/rc.d/zvol | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/zpool b/libexec/rc/rc.d/zpool index 8aab58080a0a6..71970ed1963be 100755 --- a/libexec/rc/rc.d/zpool +++ b/libexec/rc/rc.d/zpool @@ -4,7 +4,7 @@ # # PROVIDE: zpool -# REQUIRE: hostid +# REQUIRE: hostid disks # BEFORE: zvol mountcritlocal # KEYWORD: nojail diff --git a/libexec/rc/rc.d/zvol b/libexec/rc/rc.d/zvol index e8cfc203b481a..866b703b828f2 100755 --- a/libexec/rc/rc.d/zvol +++ b/libexec/rc/rc.d/zvol @@ -5,7 +5,6 @@ # PROVIDE: zvol # REQUIRE: zpool -# BEFORE: dumpon # KEYWORD: nojail . /etc/rc.subr |
