diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-10-08 12:50:54 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-10-15 19:23:44 +0000 |
| commit | 24546cb506a0b54b548dd2cf1dfe1e7e029ec146 (patch) | |
| tree | 3bd2b7b47ee8ece615e5b8ddbb4284040d7db9af /libexec | |
| parent | 138e36514fe8bd78e56c249e080a9499bc3fddef (diff) | |
Diffstat (limited to 'libexec')
| -rwxr-xr-x | libexec/rc/rc.d/zpoolreguid | 2 | ||||
| -rwxr-xr-x | libexec/rc/rc.d/zpoolupgrade | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/zpoolreguid b/libexec/rc/rc.d/zpoolreguid index f94630d9283f..c19f52d3d702 100755 --- a/libexec/rc/rc.d/zpoolreguid +++ b/libexec/rc/rc.d/zpoolreguid @@ -2,7 +2,7 @@ # PROVIDE: zpoolreguid # REQUIRE: zpool -# BEFORE: mountcritlocal +# BEFORE: FILESYSTEMS # KEYWORD: firstboot nojail . /etc/rc.subr diff --git a/libexec/rc/rc.d/zpoolupgrade b/libexec/rc/rc.d/zpoolupgrade index 1435cba7199c..5e623a9c2bf0 100755 --- a/libexec/rc/rc.d/zpoolupgrade +++ b/libexec/rc/rc.d/zpoolupgrade @@ -2,7 +2,7 @@ # PROVIDE: zpoolupgrade # REQUIRE: zpool -# BEFORE: mountcritlocal +# BEFORE: FILESYSTEMS # KEYWORD: firstboot nojail . /etc/rc.subr |
