mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-02 23:07:17 +08:00
fixed #797
This commit is contained in:
parent
c47dc34549
commit
3e3031af09
@ -11,6 +11,7 @@
|
||||
- [Выполнено #756](https://github.com/Linux4Yourself/book/issues/756)
|
||||
- [Выполнено #767](https://github.com/Linux4Yourself/book/issues/767)
|
||||
- [Выполнено #779](https://github.com/Linux4Yourself/book/issues/779)
|
||||
- [Исправлено #797](https://github.com/Linux4Yourself/book/issues/797)
|
||||
- [Исправлено #804](https://github.com/Linux4Yourself/book/issues/804)
|
||||
- [Исправлено #815](https://github.com/Linux4Yourself/book/issues/815)
|
||||
- [Исправлено #821](https://github.com/Linux4Yourself/book/issues/821)
|
||||
|
@ -3,10 +3,10 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;
|
||||
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 SHA512:' \
|
||||
-e 's:/var/spool/mail:/var/mail:' \
|
||||
-e '/PATH=/{s@/sbin:@@;s@/bin:@@}' \
|
||||
-i etc/login.defs
|
||||
|
||||
sed -i 's/1000/999/' etc/useradd
|
||||
sed -e "224s/rounds/min_rounds/" -i libmisc/salt.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user