]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Re-implement the systemd support using the new query user API
authorDavid Sommerseth <davids@openvpn.net>
Fri, 12 Aug 2016 10:57:25 +0000 (12:57 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Tue, 11 Oct 2016 10:28:00 +0000 (12:28 +0200)
commit3280d8c8f3583d03fed923837447ef45c8f83d52
treeb7020ff923f4526b66a45758214c4a7d50edb707
parent430ce8bd03b23717ec42a8a34aa66e804ca97287
Re-implement the systemd support using the new query user API

This provides exactly the same systemd functionality which existed
before the query user infrastructure got implemented.

  [v5 - Ensure NULL termination fix in d09fbf958f1c is included ]

  [v4 - change disapproved &= syntax ]

  [v3 - Remove QUERY_USER_EXEC_ALTERNATIVE macro, simplify
        alternatives definition directly in console.h.  For
        now only depend on ENABLE_SYSTEMD]

  [v2 - Removed the QUERY_USER_FOREACH macro]

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Selva Nair <selva.nair@gmail.com>
Message-Id: 1470999445-4288-1-git-send-email-davids@openvpn.net
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12424.html
configure.ac
src/openvpn/Makefile.am
src/openvpn/console.h
src/openvpn/console_systemd.c [new file with mode: 0644]