[systemd-commits] README src/getty-generator.c

Lennart Poettering lennart at kemper.freedesktop.org
Wed Aug 24 15:01:30 PDT 2011


 README                |    5 +++++
 src/getty-generator.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 6705c2df468a6afb4f8f834822780add123065e2
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Aug 24 23:29:28 2011 +0200

    update README

diff --git a/README b/README
index 59cdd57..15afb2c 100644
--- a/README
+++ b/README
@@ -68,6 +68,11 @@ REQUIREMENTS:
         add a dependency on nss-myhostname to the package that
         includes systemd-hostnamed.
 
+        Note that D-Bus can link against libsystemd-login.so, which
+        results in a cyclic build dependency. To accomodate for this
+        please build D-Bus without systemd first, then build systemd,
+        then rebuild D-Bus with systemd support.
+
 WARNINGS:
         systemd will warn you during boot if /etc/mtab is not a
         symlink to /proc/mounts. Please ensure that /etc/mtab is a
diff --git a/src/getty-generator.c b/src/getty-generator.c
index b8228e9..7cce76f 100644
--- a/src/getty-generator.c
+++ b/src/getty-generator.c
@@ -76,7 +76,7 @@ int main(int argc, char *argv[]) {
         umask(0022);
 
         if (detect_container(NULL) > 0) {
-                log_debug("Automatic adding console shell.");
+                log_debug("Automatically adding console shell.");
 
                 if (add_symlink("console-shell.service", "console-shell.service") < 0)
                         r = EXIT_FAILURE;



More information about the systemd-commits mailing list