[systemd-commits] 2 commits - man/systemd.unit.xml TODO

Kay Sievers kay at kemper.freedesktop.org
Sat Jul 27 10:55:50 PDT 2013


 TODO                 |    8 --------
 man/systemd.unit.xml |    2 +-
 2 files changed, 1 insertion(+), 9 deletions(-)

New commits:
commit 6f88df575181d029eadc889fd6891dee22016af1
Author: Brandon Philips <brandon at ifup.co>
Date:   Sat Jul 27 09:49:58 2013 -0700

    man: systemd.unit: fix volatile path
    
    The volatile path was '/run/systemd/systemd' when it should be
    '/run/systemd/system'. Fix.

diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index f6a0791..2f65ec6 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -285,7 +285,7 @@
                         <entry>Local configuration</entry>
                       </row>
                       <row>
-                        <entry><filename>/run/systemd/systemd</filename></entry>
+                        <entry><filename>/run/systemd/system</filename></entry>
                         <entry>Volatile units</entry>
                       </row>
                       <row>

commit c0e1b502700b2fec6e1b542e861b1bbabca75527
Author: Kay Sievers <kay at vrfy.org>
Date:   Sat Jul 27 19:54:29 2013 +0200

    TODO: remove kernel env var importing fix

diff --git a/TODO b/TODO
index 57ff331..37bba4b 100644
--- a/TODO
+++ b/TODO
@@ -11,14 +11,6 @@ Bugfixes:
 
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
-* stop importing kernel exported env variables. The utterly broken logic in
-  the kernel exports every kernel command line option which is not recognized
-  as a built-in module option as an env variable. Systemd should not pass-on
-  that nonsense, a kernel command line option is a command line option not an
-  env variable:
-    $ cat /proc/252/environ
-    initrd=\6a9857a393724b7a981ebb5b8495b9ea\3.10.0-2.fc20.x86_64\initrd
-
 Fedora 20:
 
 * external: ps should gain colums for slice and machine



More information about the systemd-commits mailing list