From f266886dd0bcf052ea5e4f85505b75df06dd2ab3 Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Sat, 20 Nov 2021 15:54:39 +0700 Subject: [PATCH] MFC: rc.d/rctl: unbreak for distinct /usr filesystem Both rctl and used xargs utility live in /usr/bin so add REQUIRE: FILESYSTEMS Approved by: re (gjb) Reported by: Peter (cherry picked from commit 0c54fe172ad365e7e60d6249484a7579c18b7d2d) (cherry picked from commit 92b40444d07aeef2bf4b20109f3f90ac343b90df) --- libexec/rc/rc.d/rctl | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/rc/rc.d/rctl b/libexec/rc/rc.d/rctl index ed5665454dd..f1b001a6ad7 100755 --- a/libexec/rc/rc.d/rctl +++ b/libexec/rc/rc.d/rctl @@ -4,6 +4,7 @@ # # PROVIDE: rctl +# REQUIRE: FILESYSTEMS # BEFORE: LOGIN # KEYWORD: nojail -- 2.45.0