]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change how *.sh scripts are handled. If the script is in /etc/rc.d,
authorDoug Barton <dougb@FreeBSD.org>
Mon, 5 Dec 2005 07:04:15 +0000 (07:04 +0000)
committerDoug Barton <dougb@FreeBSD.org>
Mon, 5 Dec 2005 07:04:15 +0000 (07:04 +0000)
commitb37ccb58ef1f07752b8699e522004ed2fb075065
tree3901918ca5832178c28b803e0db6851389aed20f
parentdbc1cd4c3652cf143505d73dfb95bc349d54d955
Change how *.sh scripts are handled. If the script is in /etc/rc.d,
source it into the shell. If not, handle it in a subshell the same
way that "real" rc.d-style scripts are handled. This will dramatically
ease the "process local scripts in the base rcorder" transition.

Add *.bak to the list of files in */rc.d that we ignore.
etc/rc.subr