CVS: moonbase/security/shadow BUILD,1.3,1.4

Terry Chan tchan at lunar-linux.org
Mon Dec 22 01:21:49 GMT 2003


Update of /var/cvs/lunar/moonbase/security/shadow
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11224

Modified Files:
	BUILD 
Log Message:
Reverted back to previous "touch *" command.  Florin's "fix" is incorrect
as "touch -r configure.in *" just hides the changes to aclocal.m4.  I also
reverted automake back to 1.79 as the 1.80 version is what really causes
the shadow module to break during compile.  So don't touch the shadow
and automake modules unless you can correctly fix the older modules in
moonbase that break because of all the changes in automake-1.8!!!!!


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/shadow/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	21 Dec 2003 18:24:23 -0000	1.3
+++ BUILD	22 Dec 2003 01:21:47 -0000	1.4
@@ -9,10 +9,12 @@
   sedit  "s/ln -s/ln -sf/g"  configure
   sedit  "s/ln -s/ln -sf/g"  aclocal.m4
 
-  sedit "s/CRACKLIB_DICTPATH	\/var\/cache\/cracklib\/cracklib_dict/CRACKLIB_DICTPATH	\/usr\/share\/dict\/pw_dict/" etc/login.defs.linux
+  sedit "s/CRACKLIB_DICTPATH	\/var\/cache\/cracklib\/cracklib_dict/CRACKLIB_DICTPATH	\/usr\/share\/dict\/pw_dict.pwd/" etc/login.defs.linux
   sedit "s/#MD5_CRYPT_ENAB	no/MD5_CRYPT_ENAB	yes/" etc/login.defs.linux
 
-  touch -r configure.in *
+# NOTE: this is INCORRECT as it hides the changes made to aclocal.m4, reverting back to previous correct method.
+# touch -r configure.in *
+  touch *
 
   ./configure  --build=$BUILD        \
                --prefix=/usr         \
@@ -38,7 +40,7 @@
   [  -e  /etc/defaults         ]  ||  mkdir                 /etc/defaults
   [  -f  /usr/sbin/vigr        ]  ||  ln  /usr/sbin/vipw    /usr/sbin/vigr
 
-  sedit "s/CRACKLIB_DICTPATH	\/var\/cache\/cracklib\/cracklib_dict/CRACKLIB_DICTPATH	\/usr\/share\/dict\/pw_dict/" /etc/login.defs
+  sedit "s/CRACKLIB_DICTPATH	\/var\/cache\/cracklib\/cracklib_dict/CRACKLIB_DICTPATH	\/usr\/share\/dict\/pw_dict.pwd/" /etc/login.defs
   sedit "s/#MD5_CRYPT_ENAB	no/MD5_CRYPT_ENAB	yes/" /etc/login.defs
 
   cp  $SCRIPT_DIRECTORY/adduser  /usr/sbin




More information about the Lunar-commits mailing list