[blfs] branch trunk updated: Fix net-tools sed.

git Owner ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <178432589872.1050879.3315137816857841421@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 1fb2a0d852 Fix net-tools sed.
1fb2a0d852 is described below

commit 1fb2a0d8523174ee5e718fa5c3efac9d088e1a1e
Author: Joe Locash <[email protected]>
AuthorDate: Fri Jul 17 18:04:33 2026 -0400

    Fix net-tools sed.
    
    Reported by rhubarbpieguy
---
 networking/netprogs/net-tools.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/networking/netprogs/net-tools.xml b/networking/netprogs/net-tools.xml
index 861ff3b510..de03de9f6f 100644
--- a/networking/netprogs/net-tools.xml
+++ b/networking/netprogs/net-tools.xml
@@ -126,9 +126,9 @@
 
 <screen><userinput>export BINDIR='/usr/bin' SBINDIR='/usr/bin' &amp;&amp;
 yes "" | make config                        &amp;&amp;
-sed -e /ROM/s/0/1/  \
-    -e /X25/s/0/1/  \
-    -e /ROSE/s/0/1/ \
+sed -e /ROM/s/1/0/  \
+    -e /X25/s/1/0/  \
+    -e /ROSE/s/1/0/ \
     -i config.h                             &amp;&amp;
 make DESTDIR=$PWD/install -j1 install       &amp;&amp;
 rm    install/usr/bin/{nis,yp}domainname    &amp;&amp;

-- 
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.