git: 9738f62caca6 - stable/11 - MFC: rc.d/rctl: unbreak for distinct /usr filesystem
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Nov 2021 08:32:15 UTC
The branch stable/11 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=9738f62caca6d14061e9003c8e69c502fe08fbf6 commit 9738f62caca6d14061e9003c8e69c502fe08fbf6 Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2021-11-23 08:31:04 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2021-11-23 08:32:05 +0000 MFC: 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 <pmc@citylink.dinoex.sub.org> --- etc/rc.d/rctl | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.d/rctl b/etc/rc.d/rctl index ed5665454dde..f1b001a6ad79 100755 --- a/etc/rc.d/rctl +++ b/etc/rc.d/rctl @@ -4,6 +4,7 @@ # # PROVIDE: rctl +# REQUIRE: FILESYSTEMS # BEFORE: LOGIN # KEYWORD: nojail