diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-18 16:07:15 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-18 16:07:15 +0100 |
commit | a9017b7318e2f6ceccd78e1b4c35bc3345dab084 (patch) | |
tree | 8ea1576894ec5d7bb0b6a346c9f6b8ab8de3b832 /base/shadow/Pkgfile | |
parent | 1ce6475dfb5561eccb371f549ac91b40ec0dfba9 (diff) | |
download | nutyx-pakxe-a9017b7318e2f6ceccd78e1b4c35bc3345dab084.tar.gz nutyx-pakxe-a9017b7318e2f6ceccd78e1b4c35bc3345dab084.tar.bz2 nutyx-pakxe-a9017b7318e2f6ceccd78e1b4c35bc3345dab084.tar.xz nutyx-pakxe-a9017b7318e2f6ceccd78e1b4c35bc3345dab084.zip |
shadow, maj 4.1.4.3-1
Diffstat (limited to 'base/shadow/Pkgfile')
-rwxr-xr-x | base/shadow/Pkgfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/shadow/Pkgfile b/base/shadow/Pkgfile index 072803926..a6a320b40 100755 --- a/base/shadow/Pkgfile +++ b/base/shadow/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=shadow -version=4.1.4.2 +version=4.1.4.3 release=1 source=( ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/$name-$version.tar.bz2\ ) @@ -16,6 +16,9 @@ cd $name-$version sed -i 's/groups$(EXEEXT) //' src/Makefile.in find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; +# Issue with russian man pages +sed -i 's/man_MANS = $(man_nopam) /man_MANS = /' man/ru/Makefile.in + # Disable the installation of the non french manual pages # 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@' \ |