From 20604ebc04ce5d3b7d7d63e79f94cf0febf851c5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 25 Aug 2010 03:10:13 +0200 Subject: [PATCH] man: minor updates --- fixme | 34 ++++++++++++++++++++++++++-------- man/daemon.xml | 2 +- man/telinit.xml | 4 ++-- 3 files changed, 29 insertions(+), 11 deletions(-) diff --git a/fixme b/fixme index 2aa4dc6262..56efcafefa 100644 --- a/fixme +++ b/fixme @@ -58,24 +58,42 @@ * bash completion a la gdbus -* use sulogin - * [Install] section rausmachen für early boot krams, uznd per default nach /lib linken -* s/Exited/Process/ in systemctl status - -* systemctl status: "active since 5min" - * systemctl list-jobs deps anzeigen -* /etc/systemd/system.conf: mounten per default option - * ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= mit ! +* oom_score_adj + +* accountsservice is dod + +* follow LSB exit codes spec in "systemctl start" + +* auditd service files + +* override the human readable dbus error code for permission denied. + +* discuss reexec on shutdown, async. vs. sync? + +* auto-serial-getty vs. isolate + +* add RefuseManualIsolate= (default on?) + +* add systemctl switch to dump transaction without executing it + +* shell wenn fsck im arsch is + +* system.conf/session.conf brauch ne man page + External: +* make sure MountOnPlug und MountAuto und SwapOnPlug is off in Fedora + * place /etc/inittab with explaining blurb. +* pam_securetty should honour console= + * procps, psmisc, sysvinit-tools, hostname → util-linux-ng * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489 diff --git a/man/daemon.xml b/man/daemon.xml index b8e9df4900..fdc6a64eea 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -449,7 +449,7 @@ activation of daemons. However, the primary advantage of this scheme is that all providers and all consumers of the sockets can be - started in parallel as soon als all sockets + started in parallel as soon as all sockets are established. In addition to that daemons can be restarted with losing only a minimal number of client transactions or even any diff --git a/man/telinit.xml b/man/telinit.xml index bbf43bf5d6..fec059aa66 100644 --- a/man/telinit.xml +++ b/man/telinit.xml @@ -124,9 +124,9 @@ runlevel2.target, runlevel3.target, ... and is equivalent to - systemctl start + systemctl isolate runlevel2.target, - systemctl start + systemctl isolate runlevel3.target, ...