Prechádzať zdrojové kódy

Missed configure to meson command in systemd-custom.xml

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11471 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 6 rokov pred
rodič
commit
9a7684765c
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      chapter07/systemd-custom.xml

+ 2 - 2
chapter07/systemd-custom.xml

@@ -254,8 +254,8 @@ EOF</userinput></screen>
         <para>
           <emphasis>Disable at build-time</emphasis>: You can enable
           lingering by default while building systemd by adding the switch
-          <parameter>--without-kill-user-processes</parameter> to the
-          <command>configure</command> command for systemd. This completely
+          <parameter>-Ddefault-kill-user-processes=no</parameter> to the
+          <command>meson</command> command for systemd. This completely
           disables the ability of systemd to kill user processes at session
           end.
         </para>