[systemd-commits] src/systemctl
Michal Schmidt
michich at kemper.freedesktop.org
Thu Jun 14 14:39:22 PDT 2012
src/systemctl/systemctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 34cdc274edd870ffc27d21cf82655a0114948748
Author: Michal Schmidt <mschmidt at redhat.com>
Date: Thu Jun 14 23:16:07 2012 +0200
systemctl: clearer error message for missing install information
Some users found it difficult to understand what systemctl was telling
them.
Instead of "install information" talk about "[Install] section", which
is more likely to ring a bell. And suggest that it is intentional, so
that users do not attempt to "correct" the unit files.
https://bugzilla.redhat.com/show_bug.cgi?id=817033
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index ae61130..133a27c 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -4209,7 +4209,7 @@ static int enable_unit(DBusConnection *bus, char **args) {
}
if (carries_install_info == 0)
- log_warning("Warning: unit files do not carry install information. No operation executed.");
+ log_warning("The unit files have no [Install] section. They are not meant to be enabled using systemctl.");
finish:
if (m)
More information about the systemd-commits
mailing list