Stage2 semble compléter ok
[hvlinux.git] / stage2 / pkg / shadow
old mode 100755 (executable)
new mode 100644 (file)
index 5dbd099..ec70165
@@ -1,11 +1,11 @@
 #!/bin/bash
 
-CONFIGURE_OPTS="\
-    --without-selinux
-    ${CONFIGURE_OPTS}"
-
 hvconfig_pre()
 {
+    CONFIGURE_OPTS="\
+        ${CONFIGURE_OPTS} \
+        --without-selinux"
+    
     cd ${LFS_TMP}/${PACKAGE}
 
     # Disable the installation of the groups program and its man page, as
@@ -17,7 +17,7 @@ hvconfig_pre()
     # cannot format them properly:
     sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile.in
 
-    # Instead of using the default crypt  method, use the more secure MD5 method
+    # Instead of using the default crypt method, use the more secure MD5 method
     # of password encryption, which also allows passwords longer than 8 characters.
     # It is also necessary to change the obsolete /var/spool/mail location for user
     # mailboxes that Shadow uses by default to the /var/mail location used currently: