X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fixme;h=15e3ef6b26879003dfcd018c135361275d7aae5b;hb=a3d4e06dfa234bf2a9398c8e534b705b68aa50a1;hp=460376440a0624994a30892776b0085fa927b470;hpb=18c78fb1af5415bb6f87d9c7cae1f9c60e14ae24;p=elogind.git diff --git a/fixme b/fixme index 460376440..15e3ef6b2 100644 --- a/fixme +++ b/fixme @@ -28,8 +28,6 @@ * 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? @@ -51,16 +49,26 @@ * write utmp record a la upstart for processes -* run PAM session stuff +* follow property change dbus spec + +* pam module -* tcpwrap +* selinux -* use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel) +* make systemd bus activatable -* follow property change dbus spec +* systemd-sysvinit as package + +* patch /etc/init.d/functions with: + + if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi + +* remove MANAGER_SYSTEM 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