Do not print anything unless at least one of the abi emulators is
enabled.
This commit is contained in:
parent
3dce702718
commit
3c81343da6
10
etc/rc.d/abi
10
etc/rc.d/abi
@ -45,13 +45,19 @@ svr4_start()
|
|||||||
|
|
||||||
abi_start()
|
abi_start()
|
||||||
{
|
{
|
||||||
echo -n 'Additional ABI support:'
|
local _echostop
|
||||||
|
|
||||||
|
_echostop=
|
||||||
|
if checkyesno sysvipc_enable || checkyesno linux_enable || checkyesno svr4_enable; then
|
||||||
|
echo -n 'Additional ABI support:'
|
||||||
|
_echostop=yes
|
||||||
|
fi
|
||||||
|
|
||||||
checkyesno sysvipc_enable && sysv_start
|
checkyesno sysvipc_enable && sysv_start
|
||||||
checkyesno linux_enable && linux_start
|
checkyesno linux_enable && linux_start
|
||||||
checkyesno svr4_enable && svr4_start
|
checkyesno svr4_enable && svr4_start
|
||||||
|
|
||||||
echo '.'
|
[ -n "${_echostop}" ] && echo '.'
|
||||||
}
|
}
|
||||||
|
|
||||||
load_rc_config $name
|
load_rc_config $name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user