git: world - Add /etc/rc.local.d to rcorder startup and shutdown ops

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jan 11 21:45:21 PST 2023


commit efd26f00cbf2e0260486b9381d2fa6a3f8c0739b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Jan 11 21:42:08 2023 -0800

    world - Add /etc/rc.local.d to rcorder startup and shutdown ops
    
    * System now rcorders across both /etc/rc.d and /etc/rc.local.d
      during startup and shutdown.
    
    * Allows the sysadmin to put control scripts in /etc/rc.local.d
      formatted similarly to how they are in /etc/rc.d
    
    Submitted-by: Stephen Welker <stephen.welker at nemostar.com.au>

Summary of changes:
 etc/mtree/BSD.root.dist |  2 ++
 etc/rc                  |  2 +-
 etc/rc.shutdown         |  2 +-
 share/man/man8/rc.8     | 10 ++++++++++
 4 files changed, 14 insertions(+), 2 deletions(-)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list