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

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


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

Modified Files:
	BUILD 
Log Message:
Reverted the BUILD script a little too far!  It does need the suffix removed
in the cracklib dict path.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/shadow/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	22 Dec 2003 01:21:47 -0000	1.4
+++ BUILD	22 Dec 2003 01:38:29 -0000	1.5
@@ -9,7 +9,7 @@
   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.pwd/" etc/login.defs.linux
+  sedit "s/CRACKLIB_DICTPATH	\/var\/cache\/cracklib\/cracklib_dict/CRACKLIB_DICTPATH	\/usr\/share\/dict\/pw_dict/" etc/login.defs.linux
   sedit "s/#MD5_CRYPT_ENAB	no/MD5_CRYPT_ENAB	yes/" etc/login.defs.linux
 
 # NOTE: this is INCORRECT as it hides the changes made to aclocal.m4, reverting back to previous correct method.
@@ -40,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.pwd/" /etc/login.defs
+  sedit "s/CRACKLIB_DICTPATH	\/var\/cache\/cracklib\/cracklib_dict/CRACKLIB_DICTPATH	\/usr\/share\/dict\/pw_dict/" /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