From acfbd4637eeace99efc6cf7ccb85db4e87e5070e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 11 Feb 2012 10:17:25 +0100 Subject: [PATCH] Install new systemd-journalctl, systemd-cat and systemd-cgtop binaries. --- debian/changelog | 1 + debian/systemd.install | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index c0857781..fa88c699 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ systemd (40-1) unstable; urgency=low * Remove workarounds for services using X-Interactive. The LSB X-Interactive support turned out to be broken and has been removed upstream so we no longer need any special handling for those type of services. + * Install new systemd-journalctl, systemd-cat and systemd-cgtop binaries. -- Tollef Fog Heen Tue, 07 Feb 2012 21:36:34 +0100 diff --git a/debian/systemd.install b/debian/systemd.install index bdfc860b..36465a1b 100644 --- a/debian/systemd.install +++ b/debian/systemd.install @@ -1,6 +1,7 @@ etc bin/systemd bin/systemctl +bin/systemd-journalctl bin/systemd-notify bin/systemd-tty-ask-password-agent bin/systemd-ask-password @@ -10,11 +11,14 @@ bin/systemd-loginctl lib/systemd/ lib/udev/rules.d/ usr/bin/systemd-cgls +usr/bin/systemd-cgtop usr/bin/systemd-nspawn usr/bin/systemd-stdio-bridge usr/bin/systemd-analyze +usr/bin/systemd-cat usr/share/man/man1/systemd-notify.1 usr/share/man/man1/systemd-cgls.1 +usr/share/man/man1/systemd-cgtop.1 usr/share/man/man1/systemd.1 usr/share/man/man1/systemctl.1 usr/share/man/man1/systemd-nspawn.1 -- 2.39.5