]> git.ipfire.org Git - thirdparty/systemd.git/commit
Simplify execute_directory()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 8 Jan 2015 22:30:07 +0000 (17:30 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 11 Jan 2015 23:17:33 +0000 (18:17 -0500)
commit4968105790c65af58d4ab42bffa2a4bedc0be8ee
tree671df60ccecab777fe10672b115bfe870bbd5bde
parent87b934960ab514dec4b96ed4ef23c40bc61d3ceb
Simplify execute_directory()

Remove the optional sepearate opening of the directory,
it would be just too complicated with the change to
multiple directories.

Move the middle of execute_directory() to a seperate
function to make it easier to grok.
src/core/manager.c
src/core/shutdown.c
src/shared/util.c
src/shared/util.h
src/sleep/sleep.c
src/test/test-util.c