Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/18/2001 09:53:46
Module Name: basesrc
Committed By: lukem
Date: Mon Jun 18 06:53:46 UTC 2001
Modified Files:
basesrc/etc: rc.subr
Log Message:
Improve run_rc_script():
- Skip files that end with `~', `#', `.OLD' or `.orig', as these are usually
scratch or backup files created by programs, and we don't want to start them.
- Only try and run non `.sh' files if they're executable.
Per discussions with Andrew Brown, and closing his PR [bin/9981].
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 basesrc/etc/rc.subr
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.