callouts/dispatcher: rename directory callouts

System Internals / NetworkManager - Thomas Haller [redhat.com] - 13 October 2016 14:33 UTC

Originally, the "callouts" directory contained various programs that NetworkManager would call, for example the dhcp helper.

For a while, it only contains nm-dispatcher. Thus rename the directory to indicate that it's for dispatcher.

f424662 callouts/dispatcher: rename directory callouts
.gitignore | 15 +-
Makefile.am | 2 +-
callouts/Makefile.am | 105 ---
callouts/nm-dispatcher-utils.c | 536 -----------
callouts/nm-dispatcher-utils.h | 43 -
callouts/nm-dispatcher.c | 977 --------------------
callouts/nm-dispatcher.conf | 14 -
callouts/nm-dispatcher.xml | 46 -
callouts/org.freedesktop.nm_dispatcher.service.in | 6 -
callouts/tests/Makefile.am | 41 -
callouts/tests/dispatcher-connectivity-full | 23 -
callouts/tests/dispatcher-connectivity-unknown | 22 -
callouts/tests/dispatcher-down | 22 -
callouts/tests/dispatcher-external | 39 -
callouts/tests/dispatcher-up | 65 --
callouts/tests/dispatcher-vpn-down | 64 --
callouts/tests/dispatcher-vpn-up | 64 --
callouts/tests/test-dispatcher-envp.c | 671 --------------
configure.ac | 4 +-
dispatcher/Makefile.am | 105 +++
dispatcher/nm-dispatcher-utils.c | 536 +++++++++++
dispatcher/nm-dispatcher-utils.h | 43 +
dispatcher/nm-dispatcher.c | 977 ++++++++++++++++++++
dispatcher/nm-dispatcher.conf | 14 +
dispatcher/nm-dispatcher.xml | 46 +
.../org.freedesktop.nm_dispatcher.service.in | 6 +
dispatcher/tests/Makefile.am | 41 +
dispatcher/tests/dispatcher-connectivity-full | 23 +
dispatcher/tests/dispatcher-connectivity-unknown | 22 +
dispatcher/tests/dispatcher-down | 22 +
dispatcher/tests/dispatcher-external | 39 +
dispatcher/tests/dispatcher-up | 65 ++
dispatcher/tests/dispatcher-vpn-down | 64 ++
dispatcher/tests/dispatcher-vpn-up | 64 ++
dispatcher/tests/test-dispatcher-envp.c | 671 ++++++++++++++
35 files changed, 2751 insertions(+), 2746 deletions(-)

Upstream: cgit.freedesktop.org


  • Share