0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

Deprecate the automatic part of openvpnserv.exe in favor of openvpnserv2.exe

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1467624585-23515-1-git-send-email-samuli@openvpn.net>
URL: http://article.gmane.org/gmane.network.openvpn.devel/12036
Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
Samuli Seppänen 2016-07-04 12:29:45 +03:00 committed by Gert Doering
parent 6aa4c90913
commit 6dd307c864

View File

@ -49,8 +49,8 @@ static SERVICE_STATUS status;
openvpn_service_t automatic_service = {
automatic,
TEXT(PACKAGE_NAME "Service"),
TEXT(PACKAGE_NAME " Service"),
TEXT(PACKAGE_NAME "ServiceLegacy"),
TEXT(PACKAGE_NAME " Legacy Service"),
TEXT(SERVICE_DEPENDENCIES),
SERVICE_DEMAND_START
};