diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-05-20 12:23:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-05-20 12:23:18 +0000 |
commit | f4755695ec65f4afd671d528cabf995178a22a3d (patch) | |
tree | e645304efccaf8e8cad8f0e9637449748612f600 /profiles | |
parent | Added support for OpenPAM using the new pam eclass. (diff) | |
download | historical-f4755695ec65f4afd671d528cabf995178a22a3d.tar.gz historical-f4755695ec65f4afd671d528cabf995178a22a3d.tar.bz2 historical-f4755695ec65f4afd671d528cabf995178a22a3d.zip |
move the definition of virtual/utempter to base instead. Let the BSD people redefine it in their profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/virtuals | 5 | ||||
-rw-r--r-- | profiles/default-linux/virtuals | 3 | ||||
-rw-r--r-- | profiles/hardened/virtuals | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/profiles/base/virtuals b/profiles/base/virtuals index b949c841f298..74317ef81604 100644 --- a/profiles/base/virtuals +++ b/profiles/base/virtuals @@ -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/base/virtuals,v 1.62 2005/05/18 15:50:20 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.63 2005/05/20 12:23:18 seemant Exp $ # This file describes the packages that by default satisfy a certain virtual # That this file exists in the base profile implies that these packages will @@ -58,7 +58,7 @@ virtual/ooo app-office/openoffice-bin virtual/opengl x11-base/xorg-x11 # Only have this for >=pam-0.78, as we want to make use of the 'include' # directive to phase out pam_stack. -virtual/pam >=sys-libs/pam-0.78 +virtual/pam >=sys-libs/pam-0.78 virtual/pdfviewer app-text/xpdf virtual/php dev-php/mod_php virtual/psviewer app-text/gv @@ -74,6 +74,7 @@ virtual/sylpheed mail-client/sylpheed virtual/tetex app-text/tetex virtual/textbrowser www-client/links virtual/tftp net-ftp/tftp-hpa +virtual/utempter sys-apps/utempter virtual/w3m www-client/w3m virtual/winkernel sys-kernel/win4lin-sources virtual/x11 x11-base/xorg-x11 diff --git a/profiles/default-linux/virtuals b/profiles/default-linux/virtuals index 9f3702464f1c..8235e10a3d72 100644 --- a/profiles/default-linux/virtuals +++ b/profiles/default-linux/virtuals @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/virtuals,v 1.19 2005/05/13 21:08:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/virtuals,v 1.20 2005/05/20 12:23:18 seemant Exp $ # Use this virtuals file to either overload the base profile's defined # virtuals, or add virtuals that are specific to this family of profiles @@ -8,4 +8,3 @@ virtual/kernel sys-kernel/vanilla-sources virtual/os-headers sys-kernel/linux-headers virtual/dev-manager sys-fs/udev -virtual/utempter sys-apps/utempter diff --git a/profiles/hardened/virtuals b/profiles/hardened/virtuals index 595f486338f0..e9d69530bf89 100644 --- a/profiles/hardened/virtuals +++ b/profiles/hardened/virtuals @@ -1,9 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.10 2005/05/16 11:16:37 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.11 2005/05/20 12:23:18 seemant Exp $ virtual/kernel sys-kernel/linux virtual/os-headers sys-kernel/linux-headers virtual/modutils sys-apps/module-init-tools virtual/linux-sources sys-kernel/hardened-sources -virtual/utempter sys-apps/utempter |