]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r286163: rc.subr: Allow rc.conf.d with multi-directory local_startup.
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Oct 2015 20:58:14 +0000 (20:58 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Oct 2015 20:58:14 +0000 (20:58 +0000)
commitceeba3d42e16fbea288a4589882f0f410140bb67
tree7cfbabbb6b2b28b9c2fab9db8f2e8962a5602e64
parente0a059222a442f109087c5026eb568869298c048
MFC r286163: rc.subr: Allow rc.conf.d with multi-directory local_startup.

I also changed ${...%*/rc.d} to ${...%/rc.d} since the shortest match always
has an empty string for the asterisk.

PR: 201641
Submitted by: Jamie Landeg-Jones (original version)

git-svn-id: svn://svn.freebsd.org/base/stable/10@290062 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/rc.subr