summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-05 21:15:34 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-05 21:15:34 +0000
commit06313dfb32e187ff23bfc09c41835867d92740c5 (patch)
treeb4ed29a90343717b728ea3755848f47281e252b9 /sys-apps/shadow
parentmake ebuild suck less and remove s390 stuff now (diff)
downloadgentoo-2-06313dfb32e187ff23bfc09c41835867d92740c5.tar.gz
gentoo-2-06313dfb32e187ff23bfc09c41835867d92740c5.tar.bz2
gentoo-2-06313dfb32e187ff23bfc09c41835867d92740c5.zip
add hvc crap to securetty for both ppc32 and ppc64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-apps/shadow')
-rw-r--r--sys-apps/shadow/shadow-4.0.11.1-r1.ebuild4
-rw-r--r--sys-apps/shadow/shadow-4.0.11.1-r2.ebuild4
-rw-r--r--sys-apps/shadow/shadow-4.0.12.ebuild4
-rw-r--r--sys-apps/shadow/shadow-4.0.13.ebuild4
-rw-r--r--sys-apps/shadow/shadow-4.0.14-r1.ebuild4
-rw-r--r--sys-apps/shadow/shadow-4.0.7-r4.ebuild4
6 files changed, 12 insertions, 12 deletions
diff --git a/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild b/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild
index dd1d5f8cca2f..906fb8b127e0 100644
--- a/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild
+++ b/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild
@@ -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/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild,v 1.3 2005/08/24 00:33:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild,v 1.4 2006/02/05 21:15:34 vapier Exp $
inherit eutils libtool toolchain-funcs flag-o-matic
@@ -125,7 +125,7 @@ src_install() {
use pam || { insopts -m0600 ; doins etc/limits ; }
# Output arch-specific cruft
case $(tc-arch) in
- ppc64) echo "hvc0" >> "${D}"/etc/securetty
+ ppc*) echo "hvc0" >> "${D}"/etc/securetty
echo "hvsi0" >> "${D}"/etc/securetty;;
hppa) echo "ttyB0" >> "${D}"/etc/securetty;;
arm) echo "ttyFB0" >> "${D}"/etc/securetty;;
diff --git a/sys-apps/shadow/shadow-4.0.11.1-r2.ebuild b/sys-apps/shadow/shadow-4.0.11.1-r2.ebuild
index 4bb91ce4aee3..a1f54c39652d 100644
--- a/sys-apps/shadow/shadow-4.0.11.1-r2.ebuild
+++ b/sys-apps/shadow/shadow-4.0.11.1-r2.ebuild
@@ -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/sys-apps/shadow/shadow-4.0.11.1-r2.ebuild,v 1.3 2005/08/24 00:33:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.11.1-r2.ebuild,v 1.4 2006/02/05 21:15:34 vapier Exp $
inherit eutils libtool toolchain-funcs flag-o-matic
@@ -127,7 +127,7 @@ src_install() {
use pam || { insopts -m0600 ; doins etc/limits ; }
# Output arch-specific cruft
case $(tc-arch) in
- ppc64) echo "hvc0" >> "${D}"/etc/securetty
+ ppc*) echo "hvc0" >> "${D}"/etc/securetty
echo "hvsi0" >> "${D}"/etc/securetty;;
hppa) echo "ttyB0" >> "${D}"/etc/securetty;;
arm) echo "ttyFB0" >> "${D}"/etc/securetty;;
diff --git a/sys-apps/shadow/shadow-4.0.12.ebuild b/sys-apps/shadow/shadow-4.0.12.ebuild
index 2b3783e95642..46907dd1740a 100644
--- a/sys-apps/shadow/shadow-4.0.12.ebuild
+++ b/sys-apps/shadow/shadow-4.0.12.ebuild
@@ -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/sys-apps/shadow/shadow-4.0.12.ebuild,v 1.3 2005/08/24 11:33:19 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.12.ebuild,v 1.4 2006/02/05 21:15:34 vapier Exp $
inherit eutils libtool toolchain-funcs flag-o-matic
@@ -127,7 +127,7 @@ src_install() {
use pam || { insopts -m0600 ; doins etc/limits ; }
# Output arch-specific cruft
case $(tc-arch) in
- ppc64) echo "hvc0" >> "${D}"/etc/securetty
+ ppc*) echo "hvc0" >> "${D}"/etc/securetty
echo "hvsi0" >> "${D}"/etc/securetty;;
hppa) echo "ttyB0" >> "${D}"/etc/securetty;;
arm) echo "ttyFB0" >> "${D}"/etc/securetty;;
diff --git a/sys-apps/shadow/shadow-4.0.13.ebuild b/sys-apps/shadow/shadow-4.0.13.ebuild
index 144e3afcf25b..1fc8c21da913 100644
--- a/sys-apps/shadow/shadow-4.0.13.ebuild
+++ b/sys-apps/shadow/shadow-4.0.13.ebuild
@@ -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/sys-apps/shadow/shadow-4.0.13.ebuild,v 1.5 2006/01/10 02:32:05 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.13.ebuild,v 1.6 2006/02/05 21:15:34 vapier Exp $
inherit eutils libtool toolchain-funcs flag-o-matic
@@ -127,7 +127,7 @@ src_install() {
use pam || { insopts -m0600 ; doins etc/limits ; }
# Output arch-specific cruft
case $(tc-arch) in
- ppc64) echo "hvc0" >> "${D}"/etc/securetty
+ ppc*) echo "hvc0" >> "${D}"/etc/securetty
echo "hvsi0" >> "${D}"/etc/securetty;;
hppa) echo "ttyB0" >> "${D}"/etc/securetty;;
arm) echo "ttyFB0" >> "${D}"/etc/securetty;;
diff --git a/sys-apps/shadow/shadow-4.0.14-r1.ebuild b/sys-apps/shadow/shadow-4.0.14-r1.ebuild
index 446744634418..532f1c05a7fe 100644
--- a/sys-apps/shadow/shadow-4.0.14-r1.ebuild
+++ b/sys-apps/shadow/shadow-4.0.14-r1.ebuild
@@ -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/sys-apps/shadow/shadow-4.0.14-r1.ebuild,v 1.2 2006/01/10 02:32:05 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.14-r1.ebuild,v 1.3 2006/02/05 21:15:34 vapier Exp $
inherit eutils libtool toolchain-funcs flag-o-matic
@@ -127,7 +127,7 @@ src_install() {
use pam || { insopts -m0600 ; doins etc/limits ; }
# Output arch-specific cruft
case $(tc-arch) in
- ppc64) echo "hvc0" >> "${D}"/etc/securetty
+ ppc*) echo "hvc0" >> "${D}"/etc/securetty
echo "hvsi0" >> "${D}"/etc/securetty;;
hppa) echo "ttyB0" >> "${D}"/etc/securetty;;
arm) echo "ttyFB0" >> "${D}"/etc/securetty;;
diff --git a/sys-apps/shadow/shadow-4.0.7-r4.ebuild b/sys-apps/shadow/shadow-4.0.7-r4.ebuild
index 0cbfd70e1687..5e5fc4de575f 100644
--- a/sys-apps/shadow/shadow-4.0.7-r4.ebuild
+++ b/sys-apps/shadow/shadow-4.0.7-r4.ebuild
@@ -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/sys-apps/shadow/shadow-4.0.7-r4.ebuild,v 1.4 2005/10/04 23:43:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.7-r4.ebuild,v 1.5 2006/02/05 21:15:34 vapier Exp $
inherit eutils libtool toolchain-funcs flag-o-matic multilib
@@ -135,7 +135,7 @@ src_install() {
insopts -m0644 ; doins etc/limits
# Output arch-specific cruft
case $(tc-arch) in
- ppc64) echo "hvc0" >> "${D}"/etc/securetty
+ ppc*) echo "hvc0" >> "${D}"/etc/securetty
echo "hvsi0" >> "${D}"/etc/securetty;;
hppa) echo "ttyB0" >> "${D}"/etc/securetty;;
arm) echo "ttyFB0" >> "${D}"/etc/securetty;;