[systemd-commits] TODO units/systemd-kmsg-syslogd.service.in units/systemd-logger.service.in
Lennart Poettering
lennart at kemper.freedesktop.org
Sun Apr 3 19:06:32 PDT 2011
TODO | 2 --
units/systemd-kmsg-syslogd.service.in | 2 +-
units/systemd-logger.service.in | 2 +-
3 files changed, 2 insertions(+), 4 deletions(-)
New commits:
commit 30d6500340bd93da4dae63223e1bd8e1da6b07c0
Author: Lennart Poettering <lennart at poettering.net>
Date: Mon Apr 4 04:06:24 2011 +0200
units: improve logger descriptions
diff --git a/TODO b/TODO
index f4026c3..ce1a26e 100644
--- a/TODO
+++ b/TODO
@@ -25,8 +25,6 @@ F15:
Features:
-* add bimft_misc client tools
-
* in pam_systemd: don't rely on /proc/self/loginuid in a container
* take BSD file lock on tty devices when using them?
diff --git a/units/systemd-kmsg-syslogd.service.in b/units/systemd-kmsg-syslogd.service.in
index adb3750..b81e4a3 100644
--- a/units/systemd-kmsg-syslogd.service.in
+++ b/units/systemd-kmsg-syslogd.service.in
@@ -8,7 +8,7 @@
# See systemd.special(7) for details
[Unit]
-Description=systemd Syslog Kernel Log Buffer Bridge
+Description=Syslog Kernel Log Buffer Bridge
DefaultDependencies=no
[Service]
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in
index ff7a131..0fb0b42 100644
--- a/units/systemd-logger.service.in
+++ b/units/systemd-logger.service.in
@@ -8,7 +8,7 @@
# See systemd.special(7) for details
[Unit]
-Description=Logging Daemon
+Description=Stream Logging Service
DefaultDependencies=no
After=syslog.socket
More information about the systemd-commits
mailing list