The branch main has been updated by eugen:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0c54fe172ad365e7e60d6249484a7579c18b7d2d

commit 0c54fe172ad365e7e60d6249484a7579c18b7d2d
Author:     Eugene Grosbein <eu...@freebsd.org>
AuthorDate: 2021-11-20 08:54:39 +0000
Commit:     Eugene Grosbein <eu...@freebsd.org>
CommitDate: 2021-11-20 08:56:43 +0000

    rc.d/rctl: unbreak for distinct /usr filesystem
    
    Both rctl and used xargs utility live in /usr/bin
    so add REQUIRE: FILESYSTEMS
    
    Reported by:    Peter <p...@citylink.dinoex.sub.org>
    MFC after:      3 days
---
 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
 

Reply via email to