summaryrefslogtreecommitdiff
path: root/repo/core/shadow.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-13 19:49:37 +0000
committerdavidovski <david@davidovski.xyz>2022-01-13 19:49:37 +0000
commit2e534f6dcdbca6700bc18354925986b054330725 (patch)
tree39e6233e6e0c9fb737ce5c1987039c3a10df193c /repo/core/shadow.xibuild
parent31741d5c284261ef59b0ce8839b47ff44a2f6bf7 (diff)
fixed issues with headers
cleaned other packages to fit better with lfs
Diffstat (limited to 'repo/core/shadow.xibuild')
-rw-r--r--repo/core/shadow.xibuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/repo/core/shadow.xibuild b/repo/core/shadow.xibuild
index 55d847f..fa09bbc 100644
--- a/repo/core/shadow.xibuild
+++ b/repo/core/shadow.xibuild
@@ -12,9 +12,10 @@ build () {
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:@@}' \
+ 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 -e "224s/rounds/min_rounds/" -i libmisc/salt.c