[Lunar-commits] r26234 - moonbase/trunk/security/cracklib

Auke Kok sofar at lunar-linux.org
Tue Oct 16 18:08:34 CEST 2007


Author: sofar
Date: 2007-10-16 18:08:34 +0200 (Tue, 16 Oct 2007)
New Revision: 26234

Modified:
   moonbase/trunk/security/cracklib/BUILD
   moonbase/trunk/security/cracklib/DETAILS
Log:
Fix /lib/cracklib/.* symlinks: .hwm, .pwd, .pwi to allow passwd from the `shadow' module manipulate the passwords.


From:  stelzy at gmail.com


Modified: moonbase/trunk/security/cracklib/BUILD
===================================================================
--- moonbase/trunk/security/cracklib/BUILD	2007-10-16 16:08:11 UTC (rev 26233)
+++ moonbase/trunk/security/cracklib/BUILD	2007-10-16 16:08:34 UTC (rev 26234)
@@ -7,6 +7,10 @@
               --mandir=/usr/share/man    \
               $OPTS  &&
   default_make       &&
-  make dict 
+  make dict          &&
+  cd /lib/cracklib   &&
+  ln -sf pw_dict.hwm .hwm &&
+  ln -sf pw_dict.pwd .pwd &&
+  ln -sf pw_dict.pwi .pwi
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/security/cracklib/DETAILS
===================================================================
--- moonbase/trunk/security/cracklib/DETAILS	2007-10-16 16:08:11 UTC (rev 26233)
+++ moonbase/trunk/security/cracklib/DETAILS	2007-10-16 16:08:34 UTC (rev 26234)
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:0a77b21366cfbad675e6e44642026c89b87f41ce
         WEB_SITE=http://sourceforge.net/projects/cracklib
          ENTERED=20020313
-         UPDATED=20071003
+         UPDATED=20071016
            SHORT="library which may be used in a passwd-like program."
            PSAFE=no
 



More information about the Lunar-commits mailing list