]> git.ipfire.org Git - thirdparty/systemd.git/commit
Move and rename parse_path_argument() function
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 14 Feb 2021 10:39:48 +0000 (11:39 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 15 Feb 2021 07:50:45 +0000 (08:50 +0100)
commit614b022c76e72a3d20ff48f2bc58ca7c3f86b84f
tree81660985be78f2523f61d0a4448c4a7fb400db8c
parent923e2122d09ba577a933b0fb5c7d52cbfa05b080
Move and rename parse_path_argument() function

This fits better in shared/, and the new parse-argument.c file is a good home
for it.
18 files changed:
src/basic/path-util.c
src/basic/path-util.h
src/core/main.c
src/cryptenroll/cryptenroll.c
src/dissect/dissect.c
src/firstboot/firstboot.c
src/home/homectl.c
src/journal/journalctl.c
src/machine-id-setup/machine-id-setup-main.c
src/nspawn/nspawn.c
src/partition/repart.c
src/run/run.c
src/shared/parse-argument.c
src/shared/parse-argument.h
src/sysext/sysext.c
src/systemctl/systemctl.c
src/sysusers/sysusers.c
src/tmpfiles/tmpfiles.c