]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r264243:
authordteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Apr 2014 01:49:26 +0000 (01:49 +0000)
committerdteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Apr 2014 01:49:26 +0000 (01:49 +0000)
commitc792caa8795d1eed7506a911b522b5fd7d197910
treea2995e4a3787ece9febce4672cb43fbfcab91a95
parent52434d11dd2cda3b2ad6b78133d3f6d58edc673d
MFC r264243:

Loosen the processing of *_IF_aliasN vars to be less strict. Previously,
the first alias had to be _alias0 and processing stopped at the first non-
defined variable (preventing gaps). Allowing gaps gives the administrator
the ability to group aliases in an adhoc manner and also lifts the
requirement to renumber aliases simply to comment-out an existing one.
Aliases are processed in numerical ascending order.

NB: Also Patches mdconfig{,2} rc(8) boot scripts to loosen the numbering
scheme for mdconfig_mdN settings to be less strict in the same manner.

Discussed on:   -rc

git-svn-id: svn://svn.freebsd.org/base/stable/9@264439 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/network.subr
etc/rc.d/mdconfig
etc/rc.d/mdconfig2
etc/rc.subr