Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/17/2000 05:47:44
Module Name:	basesrc
Committed By:	lukem
Date:		Fri Nov 17 03:47:43 UTC 2000

Modified Files:
	basesrc/etc: rc.subr

Log Message:
* always run `status'; i.e, ignore the setting of $rcvar just like `rcvar' does.
* don't barf if `force' is used and $rcvar isn't set by the script
* only do the guts of `restart' once, by setting _rc_restart_done after the
  first run through. this stops scripts which call run_rc_command more than
  once (such as nfslocking) from doing the ``stop everything/start everything''
  sequence n times.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 basesrc/etc/rc.subr

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