* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445) * implicitly import "defaults" settings file into all types * add #ifdefs for non-sysv builds * reinvestigate random seed, hwclock * "disabled" load state? * ability to kill services? i.e. in contrast to stopping them, go directly into killing mode? * port over to LISTEN_FDS/LISTEN_PID: - uuidd DONE - nscd DONE - 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!) - distccd * write utmp record a la upstart for processes * follow property change dbus spec * selinux * systemctl status $PID, systemctl stop $PID! * place /etc/inittab with explaining blurb. * In command lines, support both "$FOO" and $FOO * /etc must always take precedence even if we follow symlinks! * /lib/init/rw * vielleicht implizit immer auf syslog dependen? * debian deadlock when partition auf noauto is. * fingerprint.target, wireless.target, gps.target * fix merging of device units * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()! * pahole * color aus bei stdout auf !tty External: * default.target must be %ghosted... * in %post create all symlinks manually and use inittab data * default logic for serial getty, ck logging, ssh readahead * patch /etc/init.d/functions with: if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi https://bugzilla.redhat.com/show_bug.cgi?id=614245 https://bugzilla.redhat.com/show_bug.cgi?id=612789 https://bugzilla.redhat.com/show_bug.cgi?id=612728 https://bugzilla.redhat.com/show_bug.cgi?id=612712 Regularly: * look for close() vs. close_nointr() vs. close_nointr_nofail() * check for strerror(r) instead of strerror(-r) * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel * %m in printf() instead of strerror();