X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fixme;h=ef2b3f987a19ba9b458b6f69914858bdf010880a;hb=246756ca928adaee98edd0e67712e81d8f3255a6;hp=2f133d43a6a931e083158d1b014584b44e401ec6;hpb=a567261a29b4e19c0c195240411b7562063d99f8;p=elogind.git diff --git a/fixme b/fixme index 2f133d43a..ef2b3f987 100644 --- a/fixme +++ b/fixme @@ -1,7 +1,5 @@ * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445) -* complete dbus exposure - * implicitly import "defaults" settings file into all types * add #ifdefs for non-sysv builds @@ -35,20 +33,49 @@ * selinux -* systemd-install disable sollte den service runterfahren, and daemon-reload machen +* 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. -* systemctl daemon-reload is kaputt +* maintenance units müssen vergessen werden -* Turn around negative options +* maintenance muss dokumentiert werden, ebenso OnStartup= und JobTimeoutSec= -* Add missing man pages: update systemd.1, finish daemon.7 +* 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 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()