From 3e6d073d6536577a1537767d9500c454077b05f264853008135464dd70443a8a Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 9 Mar 2020 09:28:36 +0000 Subject: [PATCH] Accepting request 781397 from home:Vogtinator:branches:network:vpn - Fix inconsistency in openvpn.service: * It uses the unescape instance name as config file basename, so use that in the description as well OBS-URL: https://build.opensuse.org/request/show/781397 OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=150 --- openvpn.changes | 7 +++++++ openvpn.service | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/openvpn.changes b/openvpn.changes index 9f00115..acd6c54 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 4 07:30:38 UTC 2020 - Fabian Vogt + +- Fix inconsistency in openvpn.service: + * It uses the unescape instance name as config file basename, + so use that in the description as well + ------------------------------------------------------------------- Fri Jan 24 11:22:01 UTC 2020 - Dominique Leuenberger diff --git a/openvpn.service b/openvpn.service index 79951c1..247909a 100644 --- a/openvpn.service +++ b/openvpn.service @@ -1,5 +1,5 @@ [Unit] -Description=OpenVPN tunneling daemon instance using /etc/openvpn/%I.conf +Description=OpenVPN tunneling daemon instance using /etc/openvpn/%i.conf After=network.target PartOf=openvpn.target