Revert "profiles: drop USE=cracklib from base/make.defaults."
authorJeroen Roovers <jer@gentoo.org>
Wed, 27 Dec 2017 10:36:58 +0000 (11:36 +0100)
committerJeroen Roovers <jer@gentoo.org>
Wed, 27 Dec 2017 10:36:58 +0000 (11:36 +0100)
This reverts commit 7c47a6981f3ceee10a3645405938f4f44e2c6495.

No proper discussion took place and nobody OK'd this.

See https://bugs.gentoo.org/635698

profiles/base/make.defaults

index 8139749349d751816a2bb65d694fd04e8c5f97ba..db5f53897915ee7bc542152dae41530daf64c344 100644 (file)
@@ -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 <dsd@gentoo.org>
+# 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ò <flameeyes@gentoo.org> (14 Jul 2007)
+# Moved to base/ profile from default-linux/ so that it also applies to
+# embedded and hardened profiles.
+USE="cracklib"
+
 # Miroslav Šulc <fordfrog@gentoo.org> (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"