]> git.ipfire.org Git - thirdparty/systemd.git/commit
Rename _PATH variables to _DIR when they refer to a directory
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 24 Mar 2020 15:28:26 +0000 (16:28 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 27 Mar 2020 19:12:45 +0000 (20:12 +0100)
commit96d33e4ac0ba9fa42f4ec8379d8decf1c722197d
treea200903d93f71feb9025cd860a600a627ae8d6bd
parent9c5bb2033db0c0927593b929ff760b69295a9f70
Rename _PATH variables to _DIR when they refer to a directory

We were very inconsistent in this, but in general _PATH signifies
a search path (separated with :), and _DIR signifies a single directory.
man/custom-entities.ent.in
meson.build
src/basic/path-lookup.c
src/libsystemd/sd-path/sd-path.c
src/test/test-install-root.c