[blfs] 02/02: shadow: remove two sed commands useless now

"Git Owner" ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

commit ca67f61f66c3fc03dfbd0e70ee62229984d65919
Author: Xi Ruoyao <[email protected]>
AuthorDate: Mon May 25 23:04:45 2026 +0800

    shadow: remove two sed commands useless now
    
    Sync with LFS.
---
 postlfs/security/shadow.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/postlfs/security/shadow.xml b/postlfs/security/shadow.xml
index 0fcb48bad6..57939e4c92 100644
--- a/postlfs/security/shadow.xml
+++ b/postlfs/security/shadow.xml
@@ -122,10 +122,7 @@
 <!--
 <screen><userinput>patch -Np1 -i ../shadow-4.10-useradd_segfault-1.patch &amp;&amp;
 -->
-<screen revision='sysv'><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in          &amp;&amp;
-
-find man -name Makefile.in -exec sed -i 's/groups\.1 / /'   {} \; &amp;&amp;
-find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; &amp;&amp;
+<screen revision='sysv'><userinput>find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; &amp;&amp;
 find man -name Makefile.in -exec sed -i 's/passwd\.5 / /'   {} \; &amp;&amp;
 
 sed -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD YESCRYPT@' \
@@ -140,10 +137,7 @@ sed -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD YESCRYPT@' \
             --with-{b,yes}crypt &amp;&amp;
 make</userinput></screen>
 
-<screen revision='systemd'><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in          &amp;&amp;
-
-find man -name Makefile.in -exec sed -i 's/groups\.1 / /'   {} \; &amp;&amp;
-find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; &amp;&amp;
+<screen revision='systemd'><userinput>find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; &amp;&amp;
 find man -name Makefile.in -exec sed -i 's/passwd\.5 / /'   {} \; &amp;&amp;
 
 sed -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD YESCRYPT@' \

-- 
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.