mycroft
|
7d2e1537c5
|
Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this
for a speedup by doing:
$_rc_subr_loaded . /etc/rc.subr
|
2004-08-13 18:08:03 +00:00 |
lukem
|
5c1b0ec207
|
Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.
This allows us or a user to change the configuration file method in
one place - rc.subr - without having to edit all of the rc.d/* files.
|
2000-05-13 08:45:06 +00:00 |
veego
|
ebe6c4d40d
|
Use the stop_cmd to unmount the filesystems with 'umount -a'.
This helps to fix the unclean reboots (at least on my system).
|
2000-04-27 21:00:50 +00:00 |
lukem
|
c53094a738
|
rc.d scripts derived from /etc/rc
|
2000-03-10 11:53:23 +00:00 |