[blfs] branch trunk updated: NetworkManager: fix building for sysvinit

git Owner ([email protected] via blfs-book Mailing List) <[email protected]> Sat, 25 Jul 2026 20:11:14 +0000
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <178501027487.3626074.9423892080927805872@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 184eadbd0f NetworkManager: fix building for sysvinit
184eadbd0f is described below

commit 184eadbd0f309d47e7f96ee12df1cd55c83524f9
Author: Joe Locash <[email protected]>
AuthorDate: Sat Jul 25 16:11:08 2026 -0400

    NetworkManager: fix building for sysvinit
---
 networking/netutils/networkmanager.xml | 40 ++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/networking/netutils/networkmanager.xml b/networking/netutils/networkmanager.xml
index f1c20db383..9e035ec517 100644
--- a/networking/netutils/networkmanager.xml
+++ b/networking/netutils/networkmanager.xml
@@ -177,22 +177,23 @@
 <screen revision="sysv"><userinput>mkdir build &amp;&amp;
 cd    build &amp;&amp;
 
-meson setup ..                    \
-      --prefix=/usr               \
-      --buildtype=release         \
-      -D libaudit=no              \
-      -D nmtui=true               \
-      -D ovs=false                \
-      -D ppp=false                \
-      -D nbft=false               \
-      -D selinux=false            \
-      -D session_tracking=elogind \
-      -D modem_manager=false      \
-      -D systemdsystemunitdir=no  \
-      -D systemd_journal=false    \
-      -D nm_cloud_setup=false     \
-      -D clat=false               \
-      -D qt=false                 &amp;&amp;
+meson setup ..                        \
+      --prefix=/usr                   \
+      --buildtype=release             \
+      -D libaudit=no                  \
+      -D nmtui=true                   \
+      -D ovs=false                    \
+      -D ppp=false                    \
+      -D nbft=false                   \
+      -D selinux=false                \
+      -D session_tracking=elogind     \
+      -D modem_manager=false          \
+      -D systemdsystemunitdir=no      \
+      -D systemdsystemgeneratordir=no \
+      -D systemd_journal=false        \
+      -D nm_cloud_setup=false         \
+      -D clat=false                   \
+      -D qt=false                     &amp;&amp;
 ninja</userinput></screen>
 
 <screen revision="systemd"><userinput>mkdir build &amp;&amp;
@@ -283,10 +284,11 @@ done</userinput></screen>
     </para>
 
     <para revision="sysv">
-      <parameter>-D systemdsystemunitdir=no</parameter> and
+      <parameter>-D systemdsystemunitdir=no</parameter>,
+      <parameter>-D systemdsystemgeneratordir=no</parameter>, and
       <parameter>-D systemd_journal=false</parameter>: systemd is not
-      used for sysv init systems, so prevent installing units and using the
-      systemd journal.
+      used for sysv init systems, so prevent installing units, generator files,
+      and using the systemd journal.
     </para>
 
     <para>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page