[systemd-commits] 2 commits - README TODO
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Oct 22 03:41:02 PDT 2014
README | 6 +-----
TODO | 2 ++
2 files changed, 3 insertions(+), 5 deletions(-)
New commits:
commit b857e042d621ffb98a652f33850b431fafbece43
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Oct 22 12:40:49 2014 +0200
update TODO
diff --git a/TODO b/TODO
index 7df665e..ddc8e58 100644
--- a/TODO
+++ b/TODO
@@ -41,6 +41,8 @@ External:
Features:
+* if the loopback is guaranteed to always have ifindex == 1, get rid of manager_is_loopback_ifindex() in resolved
+
* add a system-wide shutdown timeout, similar to the startup timeout we already have (see fdo bz #84110)
* maybe provide an API to allow migration of foreign PIDs into existing scopes.
commit fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Oct 22 12:37:08 2014 +0200
README: simplify documented dependency on util-linux
we stritcly require features from util-linux v2.25, such a new version
is not optional, hence document this.
diff --git a/README b/README
index 8f7a96e..99b66a8 100644
--- a/README
+++ b/README
@@ -129,12 +129,8 @@ REQUIREMENTS:
During runtime, you need the following additional
dependencies:
- util-linux >= v2.19 required for agetty -s
- v2.21 required for tests in test/
- v2.25 required for fsck -l
+ util-linux >= v2.25 required
dbus >= 1.4.0 (strictly speaking optional, but recommended)
- sulogin (from util-linux >= 2.22 or sysvinit-tools, optional but recommended,
- required for tests in test/)
dracut (optional)
PolicyKit (optional)
More information about the systemd-commits
mailing list