X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fixme;h=048ea214059b12ca4017f567d42174bdae88520c;hb=45fb0699c45d2e042e04a53e3ea00501e3f65f59;hp=a366ea83a56bff53df069f1a996da45c8a9be4b2;hpb=6cf6bbc2682c6df010d64ea7e49d93affa7282cd;p=elogind.git diff --git a/fixme b/fixme index a366ea83a..048ea2140 100644 --- a/fixme +++ b/fixme @@ -1,31 +1,13 @@ -* calendar time support in timer - -* complete dbus exposure - -* make conf parser work more like .desktop parsers +* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445) * implicitly import "defaults" settings file into all types -* service startup should be delayed if the matching socket is being started - -* add #ifdefs for non-redhat builds in sysv parser - * add #ifdefs for non-sysv builds -* bootchart hookup - * reinvestigate random seed, hwclock * "disabled" load state? -* uid are 32bit - -* %m in printf() instead of strerror(); - -* gc: don't reap broken services - -* iCalendar semantics for the timer stuff (RFC2445) - * ability to kill services? i.e. in contrast to stopping them, go directly into killing mode? @@ -49,20 +31,49 @@ * follow property change dbus spec -* make systemd bus activatable (?) +* selinux -* pam module +* systemctl status $PID, systemctl stop $PID! -* selinux +* timeout waiting for mount devices? + +* place /etc/inittab with explaining blurb. + +* In command lines, support both "$FOO" and $FOO + +* systemd-install disable should recursively kill all symlinks + +* /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. + +* maintenance units müssen vergessen werden + +* maintenance muss dokumentiert werden + +* fingerprint.target, smartcard.target, wireless.target, gps.target External: -* systemd-sysvinit as package +* 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() @@ -70,3 +81,5 @@ Regularly: * 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();