git: rc.d: Add FILESYSTEMS dummy dependency

Aaron LI aly at crater.dragonflybsd.org
Tue Feb 27 07:14:14 PST 2024


commit cdf2358c1e0a76a4e02a1262cafbaef0f8d5f9ed
Author: Aaron LI <aly at aaronly.me>
Date:   Fri Feb 23 13:52:52 2024 +0800

    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

Summary of changes:
 etc/rc.d/FILESYSTEMS |  9 +++++++++
 etc/rc.d/Makefile    |  2 +-
 share/man/man8/rc.8  | 10 +++++-----
 3 files changed, 15 insertions(+), 6 deletions(-)
 create mode 100644 etc/rc.d/FILESYSTEMS

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cdf2358c1e0a76a4e02a1262cafbaef0f8d5f9ed


-- 
DragonFly BSD source repository


More information about the Commits mailing list