]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/install: rename 'unit file type' to 'install mode'
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 26 Aug 2022 07:52:59 +0000 (09:52 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 13 Oct 2022 17:44:47 +0000 (19:44 +0200)
commit318031fdb2ef0d74bc526b245bdade7e92e1c39e
tree0d5fb03868b3fedb58b33ee0a0baa91cd881d227
parentcd44ec5a92e594bc286a731ff9be75f8554c2c22
shared/install: rename 'unit file type' to 'install mode'

git grep -l -nwi 'UnitFileType|UNIT_FILE_TYPE' | \
xargs sed -r -i 's/UnitFileType/InstallMode/g; s/UNIT_FILE_TYPE/INSTALL_MODE/g; s/unit_file_type/install_mode/g'
src/shared/install.c
src/shared/install.h