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

Florin Braescu florin at lunar-linux.org
Sat Oct 29 04:14:58 UTC 2005


Author: florin
Date: 2005-10-29 04:14:57 +0000 (Sat, 29 Oct 2005)
New Revision: 17088

Modified:
   moonbase/trunk/security/cracklib/BUILD
   moonbase/trunk/security/cracklib/DETAILS
Log:
small tweaks.

Modified: moonbase/trunk/security/cracklib/BUILD
===================================================================
--- moonbase/trunk/security/cracklib/BUILD	2005-10-28 16:35:29 UTC (rev 17087)
+++ moonbase/trunk/security/cracklib/BUILD	2005-10-29 04:14:57 UTC (rev 17088)
@@ -1,12 +1,12 @@
 (
 
-  ./configure --prefix=/ \
-			  --datadir=/lib \
-			  --includedir=/usr/include \
-			  --infodir=/usr/share/doc \
-			  --mandir=/usr/share/man \
-              $OPTS         &&
-  default_make              &&
+  ./configure --prefix=/                 \
+	      --datadir=/lib             \
+	      --includedir=/usr/include  \
+	      --infodir=/usr/share/doc   \
+	      --mandir=/usr/share/man    \
+              $OPTS  &&
+  default_make       &&
   make dict 
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/security/cracklib/DETAILS
===================================================================
--- moonbase/trunk/security/cracklib/DETAILS	2005-10-28 16:35:29 UTC (rev 17087)
+++ moonbase/trunk/security/cracklib/DETAILS	2005-10-29 04:14:57 UTC (rev 17088)
@@ -7,7 +7,8 @@
          ENTERED=20020313
          UPDATED=20050820
            SHORT="library which may be used in a passwd-like program."
-PSAFE=no
+           PSAFE=no
+
 cat << EOF
 Cracklib is a library which may be used in a passwd-like program.
 CrackLib is a library containing a C function (well, lots of functions



More information about the Lunar-commits mailing list