diff options
author | 2017-12-27 11:36:58 +0100 | |
---|---|---|
committer | 2017-12-27 11:36:58 +0100 | |
commit | 33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a (patch) | |
tree | cda17e7f8173817d5696e287d0df6955616f323e /profiles | |
parent | dev-java/mina-core: remove unused file (diff) | |
download | gentoo-33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a.tar.gz gentoo-33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a.tar.bz2 gentoo-33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a.zip |
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
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 10 |
1 files changed, 10 insertions, 0 deletions
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 <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" |