]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/exec-util.c
basic/exec-util: use conf_files_list_strv to list executables
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 22 Jan 2017 19:44:34 +0000 (14:44 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 11 Feb 2017 23:21:06 +0000 (18:21 -0500)
commit2e4cfe65b87075d79f261e0fb3dd6bac1290b06d
tree54d6421f68ec275ddb2e2db73620f7651784f343
parent4e281f68eaec5592c4de9b0974f42ece71cd6f80
basic/exec-util: use conf_files_list_strv to list executables

Essentially the same logic as in conf_files_list() was independently implemented in
do_execute(). With previous commit, do_execute() can just call conf_files_list() to
get a list of executable paths.
src/basic/exec-util.c