The systemd binary was moved from /usr/bin/systemd
to /usr/lib/systemd/systemd (commit
e0d25329b23a43332ea340f9907721873a316f4e) and is thus no longer in
$PATH. This adds the absolute path /usr/lib/systemd/systemd to
DISTRO_PORTING and does grammar/punctuation cleanup. 

Regards,
>From fd6831e6568d7a57989ce3410be46d870523b827 Mon Sep 17 00:00:00 2001
From: Chris Atkinson <c...@pipeline.com>
Date: Tue, 2 Dec 2014 08:30:59 -0500
Subject: [PATCH] Full path for /usr/lib/systemd/systemd; grammar/punctuation

---
 DISTRO_PORTING | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/DISTRO_PORTING b/DISTRO_PORTING
index d799e53..5bca90f 100644
--- a/DISTRO_PORTING
+++ b/DISTRO_PORTING
@@ -15,17 +15,17 @@ HOWTO:
             --with-kbd-setfont=
             --with-tty-gid=
 
-        2) Try it out. Play around with 'systemd --test --system' for
-        a test run of systemd without booting. This will read the unit
-        files and print the initial transaction it would execute
-        during boot-up. This will also inform you about ordering loops
-        and suchlike.
+        2) Try it out. Play around (as an ordinary user) with 
+        '/usr/lib/systemd/systemd --test --system' for a test run 
+        of systemd without booting. This will read the unit files and 
+        print the initial transaction it would execute during boot-up. 
+        This will also inform you about ordering loops and suchlike.
 
 CONTRIBUTING UPSTREAM:
 
-        We do generally no longer accept distribution-specific
+        We generally no longer accept distribution-specific
         patches to systemd upstream. If you have to make changes to
-        systemd's source code to make it work on your distribution:
+        systemd's source code to make it work on your distribution,
         unless your code is generic enough to be generally useful, we
         are unlikely to merge it. Please always consider adopting the
         upstream defaults. If that is not possible, please maintain
-- 
2.1.3

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to