chiark / gitweb /
socket: enforce limit on number of concurrent connections
[elogind.git] / fixme
diff --git a/fixme b/fixme
index 6ae447dd3998d443ea9949388ae45774a45a11cb..a366ea83a56bff53df069f1a996da45c8a9be4b2 100644 (file)
--- 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
@@ -28,8 +26,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?
 
 
 * follow property change dbus spec
 
+* make systemd bus activatable (?)
+
 * pam module
 
 * selinux
 
-* User= and friends needs to understand %i and similar replacements
-
-* EnvironmentFile=
-
-* make systemd bus activatable
-
-* pin /cgroup/systemd
+External:
 
 * systemd-sysvinit as package
 
-* convenience library
+* patch /etc/init.d/functions with:
+
+  if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
 
 Regularly: