git: 92b40444d07a - stable/12 - MFC: rc.d/rctl: unbreak for distinct /usr filesystem

From: Eugene Grosbein <eugen_at_FreeBSD.org>
Date: Sat, 20 Nov 2021 21:20:45 UTC
The branch stable/12 has been updated by eugen:

URL: https://cgit.FreeBSD.org/src/commit/?id=92b40444d07aeef2bf4b20109f3f90ac343b90df

commit 92b40444d07aeef2bf4b20109f3f90ac343b90df
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2021-11-20 08:54:39 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2021-11-20 21:17:28 +0000

    MFC: rc.d/rctl: unbreak for distinct /usr filesystem
    
    Both rctl and used xargs utility live in /usr/bin
    so add REQUIRE: FILESYSTEMS
    
    This trivial change to stable/12 violates "3 days MFC policy"
    because of imminent upcoming 12.3-RELESE deadline.
    
    Approved by:    re (cperciva)
    Reported by:    Peter <pmc@citylink.dinoex.sub.org>
    
    (cherry picked from commit 0c54fe172ad365e7e60d6249484a7579c18b7d2d)
---
 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 ed5665454dde..f1b001a6ad79 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