[systemd-commits] 2 commits - fixme src/dbus-manager.c units/getty at .service.m4
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Aug 18 14:13:52 PDT 2010
fixme | 2 ++
src/dbus-manager.c | 2 +-
units/getty at .service.m4 | 6 ++++++
3 files changed, 9 insertions(+), 1 deletion(-)
New commits:
commit 9f24a81068b69e1670d685c4917a5f9f3074d845
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Aug 18 23:10:27 2010 +0200
units: make sure getty at xxx.service is always run before gettys.target
diff --git a/fixme b/fixme
index c016e94..b55f6e6 100644
--- a/fixme
+++ b/fixme
@@ -77,6 +77,8 @@ External:
* make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
+* get mount point kernel patch into f14
+
* sysv functions should color when stdout is tty, not stdin
* agetty should not modify baudrate https://bugzilla.redhat.com/show_bug.cgi?id=623685
diff --git a/units/getty at .service.m4 b/units/getty at .service.m4
index 770fc6c..01343c4 100644
--- a/units/getty at .service.m4
+++ b/units/getty at .service.m4
@@ -22,6 +22,12 @@ m4_ifdef(`TARGET_ARCH',
After=rc-local.service
)m4_dnl
+# If additional gettys are spawned during boot (possibly by
+# systemd-auto-console-getty) then we should make sure that this is
+# synchronized before getty.target, even though getty.target didn't
+# actually pull it in.
+Before=getty.target
+
[Service]
Environment=TERM=linux
ExecStart=GETTY %I
commit 5948ee7ceff829965a72c5a636aae1e9c2bcc065
Author: Matthias Clasen <matthias.clasen at gmail.com>
Date: Wed Aug 18 16:27:58 2010 -0400
dbus: small typo in introspection data
Hey,
here is a patch to fix a small typo in the systemd dbus introspection data.
I found this while trying to explore the systemd dbus API via bash
completion with gdbus. You should try this, it is really fun, and,
evidently, helps to find some bugs...
Matthias
diff --git a/src/dbus-manager.c b/src/dbus-manager.c
index 81ced64..1fca8b5 100644
--- a/src/dbus-manager.c
+++ b/src/dbus-manager.c
@@ -96,7 +96,7 @@
" <method name=\"Dump\"/>\n" \
" <method name=\"CreateSnapshot\">\n" \
" <arg name=\"name\" type=\"s\" direction=\"in\"/>\n" \
- " <arg nane=\"cleanup\" type=\"b\" direction=\"in\"/>\n" \
+ " <arg name=\"cleanup\" type=\"b\" direction=\"in\"/>\n" \
" <arg name=\"unit\" type=\"o\" direction=\"out\"/>\n" \
" </method>\n" \
" <method name=\"Reload\"/>\n" \
More information about the systemd-commits
mailing list