2010-06-21 23:27:18 +02:00
* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* implicitly import "defaults" settings file into all types
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* add #ifdefs for non-sysv builds
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* reinvestigate random seed, hwclock
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* "disabled" load state?
2010-01-29 06:45:59 +01:00
2010-05-16 01:49:45 +02:00
* ability to kill services? i.e. in contrast to stopping them, go directly
into killing mode?
* port over to LISTEN_FDS/LISTEN_PID:
2010-02-05 01:11:01 +01:00
- uuidd DONE
2010-02-12 02:02:33 +01:00
- nscd DONE
2010-05-21 03:31:49 +02:00
- dbus DONE
2010-05-21 17:06:40 +02:00
- rsyslog DONE
2010-05-21 23:41:25 +02:00
- rpcbind (/var/run/rpcbind.sock!) DONE
- cups DONE
- avahi-daemon (/var/run/avahi-daemon/socket) DONE
2010-02-14 22:45:08 +01:00
- ssh CLASSIC
2010-02-05 01:11:01 +01:00
- postfix, saslauthd
- apache/samba
- libvirtd (/var/run/libvirt/libvirt-sock-ro)
- bluetoothd (/var/run/sdp! @/org/bluez/audio!)
- distccd
2010-05-23 01:56:54 +02:00
* write utmp record a la upstart for processes
2010-06-16 21:54:17 +02:00
* follow property change dbus spec
2010-05-23 01:56:54 +02:00
2010-06-16 21:54:17 +02:00
* selinux
2010-06-15 02:51:55 +02:00
2010-07-12 02:25:42 +02:00
* systemctl status $PID, systemctl stop $PID!
2010-07-10 00:49:00 +02:00
2010-07-01 00:31:53 +02:00
External:
2010-06-17 22:57:28 +02:00
2010-06-19 01:06:09 +02:00
* patch /etc/init.d/functions with:
if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
2010-05-16 01:49:45 +02:00
Regularly:
2010-02-14 22:45:08 +01:00
2010-05-16 01:49:45 +02:00
* look for close() vs. close_nointr() vs. close_nointr_nofail()
2010-02-14 22:47:08 +01:00
2010-05-16 01:49:45 +02:00
* check for strerror(r) instead of strerror(-r)
2010-06-16 21:54:17 +02:00
* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
2010-06-21 23:27:18 +02:00
* %m in printf() instead of strerror();