From 169c4f65131fbc7bcb51e7d5487a715cdcd0e0eb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Mar 2012 20:58:47 +0200 Subject: journalctl,loginctl: drop systemd- prefix in binary names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- man/systemctl.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'man/systemctl.xml') diff --git a/man/systemctl.xml b/man/systemctl.xml index c467ed8bf7..ffe0164008 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -44,6 +44,7 @@ systemctl + systemd-systemctl Control the systemd system and service manager @@ -448,7 +449,7 @@ formatting of the journal entries that are shown. For the available choices see - systemd-journalctl1. Defaults + journalctl1. Defaults to short. @@ -1179,8 +1180,8 @@ systemd1, systemadm1, - systemd-journalctl1, - systemd-loginctl1, + journalctl1, + loginctl1, systemd.unit5, systemd.special7, wall1 -- cgit v1.2.3-54-g00ecf