[blfs] branch trunk updated: Fix net-tools sed.
| 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' &&
yes "" | make config &&
-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 &&
make DESTDIR=$PWD/install -j1 install &&
rm install/usr/bin/{nis,yp}domainname &&
--
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