]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
init: pedantic correction to "can't exec" script warning
authoremaste <emaste@FreeBSD.org>
Tue, 26 Mar 2019 19:38:25 +0000 (19:38 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 26 Mar 2019 19:38:25 +0000 (19:38 +0000)
commit90b184152f66678a110a09f92f5db40cb7b84e29
tree13888d5c7ac770f56ea3bc493ca024f7326eb6ec
parentfce16adb1c7ad5f2617ce40db6d8ce40517f8cbb
init: pedantic correction to "can't exec" script warning

Direct /etc/rc exec was introduced in r337321, with a fallback to
passing it to sh if direct exec fails.  "Can't exec" is slightly
misleading in this case (the script is still executed, just not
directly).
sbin/init/init.c