chiark / gitweb /
machinectl: add new command to spawn a getty inside a container
[elogind.git] / DISTRO_PORTING
index 99c652c774f495fe4d4a1c69053c93fcc8ba1cad..d799e537189993fa2ddfb6c647bac0740734e473 100644 (file)
@@ -8,7 +8,7 @@ HOWTO:
 
             --with-rootprefix=
             --with-sysvinit-path=
-            --with-sysvrcd-path=
+            --with-sysvrcnd-path=
             --with-rc-local-script-path-start=
             --with-rc-local-script-path-stop=
             --with-kbd-loadkeys=
@@ -23,12 +23,12 @@ HOWTO:
 
 CONTRIBUTING UPSTREAM:
 
-        We are generally do no longer accept distribution specific
+        We do 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:
-        unless your code is generic enough to be generally useful we
+        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's not possible please maintain the
-        relevant patches downstream.
+        upstream defaults. If that is not possible, please maintain
+        the relevant patches downstream.
 
         Thank you for understanding.