diff options
Diffstat (limited to 'repo/core/shadow.xibuild')
-rw-r--r-- | repo/core/shadow.xibuild | 7 |
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 |