Rename uid0 to run0
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Mar 2024 10:14:55 +0000 (11:14 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Mar 2024 15:37:22 +0000 (16:37 +0100)
commit7aed43437175623e0f3ae8b071bbc500c13ce893
treef093eaf63be3e7463414bdefb5ab79ec328c974d
parentd1f3cd7aaac01bf493e6cfd1e48dd10eaa31adb3
Rename uid0 to run0

Naming is always a matter of preference, and the old name would certainly work,
but I think the new one has the following advantages:
- A verb is better than a noun.
- The name more similar to "the competition", i.e. 'sudo', 'pkexec', 'runas',
  'doas', which generally include an action verb.
- The connection between 'systemd-run' and 'run0' is more obvious.

There has been no release yet with the old name, so we can rename without
caring for backwards compatibility.
NEWS
TODO
man/rules/meson.build
man/run0.xml [new file with mode: 0644]
man/systemd-run.xml
man/uid0.xml [deleted file]
src/run/meson.build
src/run/run.c
src/run/systemd-run0.in [new file with mode: 0644]
src/run/systemd-uid0.in [deleted file]
test/units/testsuite-74.run.sh