summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-02-19 22:38:03 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-02-19 22:38:03 +0000
commit973be79c0f132bc0d1272c6d25b16ae4336eff1b (patch)
treeec55707f6d973b1022dbfb829f9f6a83040eafeb
parentVersion bump #210727. (diff)
downloadgentoo-2-973be79c0f132bc0d1272c6d25b16ae4336eff1b.tar.gz
gentoo-2-973be79c0f132bc0d1272c6d25b16ae4336eff1b.tar.bz2
gentoo-2-973be79c0f132bc0d1272c6d25b16ae4336eff1b.zip
Use system-local-login rather than system-login, and depend on the new version of pambase.
(Portage version: 2.1.4.4)
-rw-r--r--sys-freebsd/freebsd-ubin/ChangeLog9
-rw-r--r--sys-freebsd/freebsd-ubin/files/login.1.pamd8
-rw-r--r--sys-freebsd/freebsd-ubin/freebsd-ubin-6.2-r2.ebuild (renamed from sys-freebsd/freebsd-ubin/freebsd-ubin-6.2-r1.ebuild)4
3 files changed, 14 insertions, 7 deletions
diff --git a/sys-freebsd/freebsd-ubin/ChangeLog b/sys-freebsd/freebsd-ubin/ChangeLog
index c1df4cb46e28..a66141da32b5 100644
--- a/sys-freebsd/freebsd-ubin/ChangeLog
+++ b/sys-freebsd/freebsd-ubin/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-freebsd/freebsd-ubin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v 1.51 2008/02/19 12:04:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v 1.52 2008/02/19 22:38:02 flameeyes Exp $
+
+*freebsd-ubin-6.2-r2 (19 Feb 2008)
+
+ 19 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> files/login.1.pamd,
+ -freebsd-ubin-6.2-r1.ebuild, +freebsd-ubin-6.2-r2.ebuild:
+ Use system-local-login rather than system-login, and depend on the new
+ version of pambase.
*freebsd-ubin-6.2-r1 (19 Feb 2008)
diff --git a/sys-freebsd/freebsd-ubin/files/login.1.pamd b/sys-freebsd/freebsd-ubin/files/login.1.pamd
index b712f1f2e823..2c09584f762c 100644
--- a/sys-freebsd/freebsd-ubin/files/login.1.pamd
+++ b/sys-freebsd/freebsd-ubin/files/login.1.pamd
@@ -1,4 +1,4 @@
-auth include system-login
-account include system-login
-session include system-login
-password include system-login
+auth include system-local-login
+account include system-local-login
+session include system-local-login
+password include system-local-login
diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2-r1.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2-r2.ebuild
index 7565fc267b8c..361c3704af01 100644
--- a/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2-r1.ebuild
+++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2-r1.ebuild,v 1.1 2008/02/19 12:04:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2-r2.ebuild,v 1.1 2008/02/19 22:38:02 flameeyes Exp $
inherit bsdmk freebsd flag-o-matic pam
@@ -22,7 +22,7 @@ RDEPEND=">=sys-freebsd/freebsd-lib-6.2_rc2
ssl? ( dev-libs/openssl )
kerberos? ( virtual/krb5 )
sys-libs/zlib
- virtual/pam
+ >=sys-auth/pambase-20080219.1
!dev-util/csup"
DEPEND="${RDEPEND}