From: Heiko Z. <smi...@us...> - 2011-05-29 14:02:18
|
Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv12025/scripts Modified Files: cracklib Log Message: - updated cracklib to 2.8.18 - updated cracklib-words to 20080507 - updated openvpn to 2.2.0 - updated whois to 5.0.11 Index: cracklib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cracklib,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- cracklib 6 Jan 2010 14:53:27 -0000 1.4 +++ cracklib 29 May 2011 14:02:16 -0000 1.5 @@ -21,7 +21,7 @@ make install || exit 1 strip_debug mkdir -p /usr/share/dict/ || exit 1 - zcat $SRCDIR/cracklib-words.gz > /usr/share/dict/words || exit 1 + zcat $SRCDIR/cracklib-words*.gz > /usr/share/dict/words || exit 1 ;; install ) |