diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-26 20:58:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-26 20:58:47 +0200 |
commit | 169c4f65131fbc7bcb51e7d5487a715cdcd0e0eb (patch) | |
tree | 400a5dee783a8f9cd1a23346210fde52a68d9530 /.gitignore | |
parent | c64c338e31f6e96f20560a426dce3cda0a0cc3ab (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 3b69eb46f9..8f30c5e0d0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ /systemd-cat /systemd-rc-local-generator /libsystemd-id128.pc -systemd-journalctl +journalctl systemd-journald test-id128 test-journal @@ -14,7 +14,7 @@ org.freedesktop.locale1.xml libsystemd-daemon.pc libsystemd-login.pc test-login -systemd-loginctl +loginctl systemd-localed systemd-timedated org.freedesktop.timedate1.xml |