[systemd-commits] 2 commits - TODO units/network-online.target
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Mar 29 10:31:14 PDT 2013
TODO | 5 +++++
units/network-online.target | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 1dda524f05ebe2ccb72f9bbd58506527685aaa1e
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Mar 29 18:28:58 2013 +0100
units: fix network-online.target fields
diff --git a/units/network-online.target b/units/network-online.target
index 8043717..a40c44c 100644
--- a/units/network-online.target
+++ b/units/network-online.target
@@ -6,6 +6,6 @@
# (at your option) any later version.
[Unit]
-Description=Remote File System Setup
+Description=Network is Online
Documentation=man:systemd.special(7)
-DefaultDependencies=no
+Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
commit b5c03638d48c07aa0eaf13b5f54000c7133e1883
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Mar 29 18:28:43 2013 +0100
update TODO
diff --git a/TODO b/TODO
index 0dbaad5..10a2b8c 100644
--- a/TODO
+++ b/TODO
@@ -44,6 +44,11 @@ Fedora 19:
Features:
+* seems that when we follow symlinks to units we prefer the symlink
+ destination path over /etc and /usr. We shouldn't do that. Instead
+ /etc should always override /run+/usr and also any symlink
+ destination.
+
* remove duplicate default deps logic from fstab-generator vs. mount.c
* when isolating, try to figure out a way how we implicitly can order
More information about the systemd-commits
mailing list