From 6ce23f8a03698a4fef0ce5540335e94cb2948a0e Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 14 Jul 2007 19:51:05 +0000 Subject: Move cracklib default from default-linux/ to base/. --- profiles/base/make.defaults | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'profiles/base') 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 +# 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="${USE} cracklib" -- cgit v1.2.3-65-gdbad