diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-07-14 19:51:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-07-14 19:51:05 +0000 |
commit | 6ce23f8a03698a4fef0ce5540335e94cb2948a0e (patch) | |
tree | 18b91a7612fa96fada6e61ff79d7920f7582a8f7 /profiles/base | |
parent | Version bump (diff) | |
download | historical-6ce23f8a03698a4fef0ce5540335e94cb2948a0e.tar.gz historical-6ce23f8a03698a4fef0ce5540335e94cb2948a0e.tar.bz2 historical-6ce23f8a03698a4fef0ce5540335e94cb2948a0e.zip |
Move cracklib default from default-linux/ to base/.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 83bf8b37c09c..8a466d703b30 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.35 2007/03/31 19:28:49 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.36 2007/07/14 19:51:05 flameeyes Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -37,3 +37,13 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te # As parts of the tree might suffer if you got midi disabled, for now # enable midi useflag by default. Many users might disable this. USE="${USE} midi" + +# 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="${USE} cracklib" |