diff options
Diffstat (limited to 'base/shadow/Pkgfile')
-rwxr-xr-x | base/shadow/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/shadow/Pkgfile b/base/shadow/Pkgfile index 96308a999..072803926 100755 --- a/base/shadow/Pkgfile +++ b/base/shadow/Pkgfile @@ -17,8 +17,8 @@ sed -i 's/groups$(EXEEXT) //' src/Makefile.in find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; # Disable the installation of the non french manual pages -# Instead of using the default crypt method, use the more secure MD5 method of password encryption -sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD MD5@' \ +# Instead of using the default crypt method, use the more secure SHA512 method of password encryption +sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \ -e 's@/var/spool/mail@/var/mail@' etc/login.defs ./configure --sysconfdir=/etc |