diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-21 03:31:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-21 03:31:49 +0200 |
commit | 9726b29e9811d12c0800a53f0a34dc26fe9b915c (patch) | |
tree | 9e29a63eb04c349c4869f5389d5e15059a773759 /fixme | |
parent | b6dbbe1c9860d1e1a7ca7e4be170959277f9e04d (diff) |
log: handle multi-line log messages properly
Diffstat (limited to 'fixme')
-rw-r--r-- | fixme | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -46,8 +46,9 @@ - uuidd DONE - nscd DONE + - dbus DONE - rpcbind (/var/run/rpcbind.sock!) - - dbus + - avahi-daemon (/var/run/avahi-daemon/socket) - rsyslog - cups - ssh CLASSIC @@ -55,7 +56,6 @@ - apache/samba - libvirtd (/var/run/libvirt/libvirt-sock-ro) - bluetoothd (/var/run/sdp! @/org/bluez/audio!) - - avahi-daemon (/var/run/avahi-daemon/socket) - distccd * teach dbus to talk to systemd when autospawning services @@ -63,6 +63,8 @@ * Figure out which signal handlers we actually have to reset in the forked off child +* loopback-setup is borked for ipv6 + Regularly: * look for close() vs. close_nointr() vs. close_nointr_nofail() |