From: Jeroen Roovers Date: Wed, 27 Dec 2017 10:36:58 +0000 (+0100) Subject: Revert "profiles: drop USE=cracklib from base/make.defaults." X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a;p=gentoo.git Revert "profiles: drop USE=cracklib from base/make.defaults." This reverts commit 7c47a6981f3ceee10a3645405938f4f44e2c6495. No proper discussion took place and nobody OK'd this. See https://bugs.gentoo.org/635698 --- diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 8139749349d7..db5f53897915 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -71,6 +71,16 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface ge # Some common lcd devices LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" +# 2006/10/17 - Daniel Drake +# cracklib is becoming optional in shadow (and removed from system) as of +# today. However, cracklib is very standard across the Linux world so we +# enable it by default. +# +# Diego Pettenò (14 Jul 2007) +# Moved to base/ profile from default-linux/ so that it also applies to +# embedded and hardened profiles. +USE="cracklib" + # Miroslav Šulc (19 Nov 2008) # Netbeans modules/clusters NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"