[systemd-commits] src/systemctl.c TODO
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Jul 14 09:05:41 PDT 2011
TODO | 4 ++++
src/systemctl.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 0a55b298d930543c8065bb9e708dd112562b1736
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Jul 14 18:05:33 2011 +0200
systemctl: don't try rebooting with /dev/initcl if Upstart worked
diff --git a/TODO b/TODO
index 9db7316..8a807b4 100644
--- a/TODO
+++ b/TODO
@@ -22,6 +22,10 @@ Features:
* warn if the user stops a service but not its associated socket
+* ensure we always set the facility when logging to kmsg
+
+* service: pid file reading after reload doesn't work, since we don't reset the pid variable
+
* logind: spawn user at ..service on login
* logind: implement shutdown service
diff --git a/src/systemctl.c b/src/systemctl.c
index 840e2ff..3767e22 100644
--- a/src/systemctl.c
+++ b/src/systemctl.c
@@ -5112,7 +5112,7 @@ static int talk_upstart(void) {
goto finish;
}
- r = 0;
+ r = 1;
finish:
if (m)
More information about the systemd-commits
mailing list