chiark / gitweb /
execute: only reset those signals to the default we really need to reset to the default
[elogind.git] / fixme
diff --git a/fixme b/fixme
index 0c04ab8fe4aa9caa036223681586c02f287a723a..513c32b69c8d8b38cbc4b6432241d05b9bb8cf88 100644 (file)
--- a/fixme
+++ b/fixme
@@ -23,8 +23,6 @@
 
 * reinvestigate random seed, hwclock
 
-* introduce serialized mode
-
 * "disabled" load state?
 
 * uid are 32bit
@@ -37,8 +35,6 @@
 
 * provide sysv-like command line utilities
 
-* Add OnlyByDependency
-
 * ability to kill services? i.e. in contrast to stopping them, go directly
   into killing mode?
 
 
    - uuidd    DONE
    - nscd     DONE
-   - rpcbind (/var/run/rpcbind.sock!)
-   - dbus
-   - rsyslog
-   - cups
+   - dbus     DONE
+   - rsyslog  DONE
+   - rpcbind (/var/run/rpcbind.sock!) DONE
+   - cups     DONE
+   - avahi-daemon (/var/run/avahi-daemon/socket) DONE
    - ssh      CLASSIC
    - postfix, saslauthd
    - 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 +59,8 @@
 * Figure out which signal handlers we actually have to reset in the
   forked off child
 
+* Add code to systemctl to wait for an operation to finish
+
 Regularly:
 
 * look for close() vs. close_nointr() vs. close_nointr_nofail()