Bugzilla – Attachment #217251: ignore-args-after-init= for bug #389672
eval cmd_$key="${value}"
eval $key="${value}" 2> /dev/null
fi
if [ "$key" = "init" ] ; then
# All values after init= are for the init process
# and will be ignored here
break;
done
if [ "$console" ]; then