summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2006-10-17 14:19:43 +0000
committerDaniel Drake <dsd@gentoo.org>2006-10-17 14:19:43 +0000
commit709abbf50e8ebd0f9997b7714202cb6fa259607e (patch)
tree2712a69c6589269f1bf3ad107b7dd2008104fa93 /profiles
parentPromote cracklib to global USE (diff)
downloadhistorical-709abbf50e8ebd0f9997b7714202cb6fa259607e.tar.gz
historical-709abbf50e8ebd0f9997b7714202cb6fa259607e.tar.bz2
historical-709abbf50e8ebd0f9997b7714202cb6fa259607e.zip
Enable USE=cracklib by default
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/make.defaults9
1 files changed, 8 insertions, 1 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults
index e4cb307d1570..96465ca6d41d 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.23 2006/08/18 17:04:23 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.24 2006/10/17 14:19:43 dsd Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -44,3 +44,10 @@ USE="${USE} dlloader"
# Lowest common denominator defaults for video drivers,
# 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"
+