From: Hangbin Liu Date: Mon, 17 May 2021 08:17:30 +0000 (+0800) Subject: contrib/launchd: fix xml syntax error X-Git-Tag: v1.0.20210914~9 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a7e4364b1eef3fd34928fbf967a982c8bf2019d;p=thirdparty%2Fwireguard-tools.git contrib/launchd: fix xml syntax error The current plist xml gets error "DOCTYPE improperly terminated" with xml syntax checker[1]. The example in apple doc[2] also doesn't have semicolon at the end of DOCTYPE line. [1] https://www.w3schools.com/xml/xml_validator.asp [2] https://opensource.apple.com/source/launchd/launchd-257/launchd/doc/HOWTO.html Fixes: b30e74b5956a ("wg-quick: darwin: support being called from launchd") Signed-off-by: Hangbin Liu Signed-off-by: Jason A. Donenfeld --- diff --git a/contrib/launchd/com.wireguard.wg0.plist b/contrib/launchd/com.wireguard.wg0.plist index 9fc0141..ea1eab6 100644 --- a/contrib/launchd/com.wireguard.wg0.plist +++ b/contrib/launchd/com.wireguard.wg0.plist @@ -1,5 +1,5 @@ - + Label