diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-15 14:37:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-15 14:37:45 +0200 |
commit | 2e78aa9988425d540a572535fa2e3d68ff519316 (patch) | |
tree | 33d1d0a9bd0bd7adc59336137c544a86e3070b9c /fixme | |
parent | b036fc0050b21fb0d284a11019ea0a77be264296 (diff) |
util: introduce waitpid_loop()
Diffstat (limited to 'fixme')
-rw-r--r-- | fixme | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -3,8 +3,6 @@ * read /etc/locale, and export LANG= and friends to started services allow overwrite of setting by kernel commandline: locale.LANG=, ... -* ABI: tcpwrap "legacy", disable D-Bus export if not compiled-in - * oneshot services which do not remain: 'exited' instead of 'dead'? it should be visible in 'systemctl' that they have been run @@ -88,6 +86,16 @@ * support dbus introspection in mid-level object paths, i.e. in /org/freedesktop/systemd/units/. +* default.target auch in /lib linken + +* systemctl auto-pager a la git + +* console setup + +* fsck setup + +* merge CK + External: * place /etc/inittab with explaining blurb. @@ -100,8 +108,6 @@ External: * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip -* ck logging, ssd readahead - * pam: fix double sudo session cleanup: http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421 |