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 | |
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')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/base/make.defaults | 12 | ||||
-rw-r--r-- | profiles/default-linux/make.defaults | 8 |
3 files changed, 17 insertions, 9 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 19979018856b..1f65ca04903f 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.532 2007/07/13 19:08:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.533 2007/07/14 19:51:05 flameeyes Exp $ + + 14 Jul 2007; Diego Pettenò <flameeyes@gentoo.org> base/make.defaults, + default-linux/make.defaults: + Move cracklib default from default-linux/ to base/. 13 Jul 2007; Chris Gianelloni <wolf31o2@gentoo.org> thirdpartymirrors: Adding 'games' to liflg mirror per bug #185119. 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" diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index 99d65b323cfd..0f5cedd140e7 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.27 2007/05/19 03:25:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.28 2007/07/14 19:51:05 flameeyes Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -41,12 +41,6 @@ INPUT_DEVICES="keyboard mouse evdev" # except hppa, which lacks v4l so removes it in the hppa profile VIDEO_CARDS="dummy fbdev v4l" -# 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. -USE="${USE} cracklib" - # 2006/10/28 - Luca Barbato <lu_zero@gentoo.org> # on glibc system you cannot turn it off USE="${USE} iconv" |