chiark / gitweb /
journalctl,loginctl: drop systemd- prefix in binary names
authorLennart Poettering <lennart@poettering.net>
Mon, 26 Mar 2012 18:58:47 +0000 (20:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 26 Mar 2012 18:58:47 +0000 (20:58 +0200)
commit169c4f65131fbc7bcb51e7d5487a715cdcd0e0eb
tree400a5dee783a8f9cd1a23346210fde52a68d9530
parentc64c338e31f6e96f20560a426dce3cda0a0cc3ab
journalctl,loginctl: drop systemd- prefix in binary names

Let's make things a bit easier to type, drop the systemd- prefix for
journalctl and loginctl, but provide the old names for compat.

All systemd binaries are hence now prefixed with "systemd-" with the
exception of the three primary user interface binaries:

systemctl
loginctl
journalctl

For those three we do provide systemd-xyz names as well, via symlinks:

systemd-systemctl → systemctl
systemd-loginctl → loginctl
systemd-journalctl → journalctl

We do this only for the *primary* user tools, in order to avoid
unnecessary namespace problems. That means tools like systemd-notify
stay the way they are.
.gitignore
Makefile.am
TODO
man/journalctl.xml [moved from man/systemd-journalctl.xml with 96% similarity]
man/loginctl.xml [moved from man/systemd-loginctl.xml with 98% similarity]
man/systemctl.xml
man/systemd-journald.conf.xml
man/systemd-logind.conf.xml
man/systemd.exec.xml