[blfs] 02/02: shadow: remove two sed commands useless now
| 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 && --> -<screen revision='sysv'><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in && - -find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; && -find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; && +<screen revision='sysv'><userinput>find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; && find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \; && 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 && make</userinput></screen> -<screen revision='systemd'><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in && - -find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; && -find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; && +<screen revision='systemd'><userinput>find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; && find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \; && 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