Improve missing openvpn/usermode-utilities warning message

as OpenRC can be used on other distributions as well.
This commit is contained in:
Christian Ruppert 2011-09-17 01:13:11 +02:00
parent 645bbf2e0f
commit 72e31e753d

View File

@ -65,7 +65,7 @@ tuntap_pre_start()
tunctl ${t_opts} -t "${IFACE}" >/dev/null
else
eerror "Neither openvpn nor tunctl has been found, please install"
eerror "either net-misc/openvpn or sys-apps/usermode-utilities."
eerror "either \"openvpn\" or \"usermode-utilities\"."
fi
eend $? && _up && service_set_value tuntap "${tuntap}"
}