rc.d: Add FILESYSTEMS dummy dependency
authorAaron LI <aly@aaronly.me>
Fri, 23 Feb 2024 05:52:52 +0000 (13:52 +0800)
committerAaron LI <aly@aaronly.me>
Tue, 27 Feb 2024 15:13:15 +0000 (23:13 +0800)
commitcdf2358c1e0a76a4e02a1262cafbaef0f8d5f9ed
tree5be11f7d5a898f1cddf5ad6a9a7f5ec4c4b0529d
parentbf80ef972c3e267b7100867e40580197a2f7e43b
rc.d: Add FILESYSTEMS dummy dependency

This dummy dependency ensures that root and other critical local file
systems are mounted.  One of the intentions to add this dummy dependency
is to fix the warnings caused by some ports' rc script wrongly dependent
on this script.

Update the rc.8 man page; meanwhile, tweak the description of other
dummy dependencies a bit.

Updating existing rc scripts to make use of FILESYSTEMS is coming in
another commit.

Obtained-from: FreeBSD
etc/rc.d/FILESYSTEMS [new file with mode: 0644]
etc/rc.d/Makefile
share/man/man8/rc.8