X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fixme;h=9152a2521d828d3b698c435c039b0fb0651e7312;hb=96551bae6107936a4576b9b4b391abbc9963bdfe;hp=7a443f4cd075d823b12f6c2b210b3ab12f85bdb0;hpb=5b6319dceedd81f3f1ce7eb70ea5defaef43bcec;p=elogind.git diff --git a/fixme b/fixme index 7a443f4cd..9152a2521 100644 --- a/fixme +++ b/fixme @@ -1,7 +1,5 @@ * calendar time support in timer -* enforce max number of concurrent connection limit in sockets. - * complete dbus exposure * make conf parser work more like .desktop parsers @@ -20,16 +18,12 @@ * "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) -* provide sysv-like command line utilities - * ability to kill services? i.e. in contrast to stopping them, go directly into killing mode? @@ -53,10 +47,20 @@ * follow property change dbus spec +* make systemd bus activatable (?) + * pam module * selinux +External: + +* systemd-sysvinit as package + +* patch /etc/init.d/functions with: + + if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi + Regularly: * look for close() vs. close_nointr() vs. close_nointr_nofail()