Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: sharesrc/share/man/man5



Module Name:    sharesrc
Committed By:   lukem
Date:           Sun May 19 01:01:34 UTC 2002

Modified Files:
        basesrc/etc: rc rc.shutdown
        basesrc/etc/defaults: rc.conf
        sharesrc/share/man/man5: rc.conf.5

Log Message:
Add two new rc.conf(5) variables:
    rc_rcorder_flags            extra flags to rcorder(8) in /etc/rc
    rcshutdown_rcorder_flags    extra flags to rcorder(8) in /etc/rc.shutdown

This can be used to specify extra directories to search for rc.d scripts in.
For example, adding the following to rc.conf(5):
        rc_rcorder_flags="/usr/pkg/etc/rc.d/*"
        rcshutdown_rcorder_flags="/usr/pkg/etc/rc.d/*"
will add the files in /usr/pkg/etc/rc.d to the list of files that rcorder(8)
uses to build the list of scripts to start or stop.

I proposed this functionality on tech-userlevel@ over one month ago.
Closes the recent [misc/16888], which asked for a similar feature.


To generate a diff of this commit:
cvs rdiff -r1.160 -r1.161 basesrc/etc/rc
cvs rdiff -r1.7 -r1.8 basesrc/etc/rc.shutdown
cvs rdiff -r1.36 -r1.37 basesrc/etc/defaults/rc.conf
cvs rdiff -r1.60 -r1.61 sharesrc/share/man/man5/rc.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index