X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fshadow;h=ec70165ed1d90373befffdf2ec17fb1cf1ca2a5f;hb=1eb363044c6ee3115e62736aed4403b750082b44;hp=723f5e7cf518e51e75a5f83883f5a333bd3e196b;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage2/pkg/shadow b/stage2/pkg/shadow old mode 100755 new mode 100644 index 723f5e7..ec70165 --- a/stage2/pkg/shadow +++ b/stage2/pkg/shadow @@ -3,7 +3,7 @@ hvconfig_pre() { CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + ${CONFIGURE_OPTS} \ --without-selinux" cd ${LFS_TMP}/${PACKAGE} @@ -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: