summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-27 14:02:05 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-27 14:02:05 +0000
commitc051d673f86fcffdc331ed68dd0f63373ec5ee7b (patch)
tree80c0410dfe6559df752063d434c9ac722c55b644 /sys-apps
parentold (diff)
downloadgentoo-2-c051d673f86fcffdc331ed68dd0f63373ec5ee7b.tar.gz
gentoo-2-c051d673f86fcffdc331ed68dd0f63373ec5ee7b.tar.bz2
gentoo-2-c051d673f86fcffdc331ed68dd0f63373ec5ee7b.zip
add ttySC* for superh to securetty list
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/shadow/shadow-4.0.18.1-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild b/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild
index 0eaa5f5808a2..79741bba6ad0 100644
--- a/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild
+++ b/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild,v 1.10 2007/07/23 02:55:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild,v 1.11 2007/09/27 14:02:05 vapier Exp $
inherit eutils libtool toolchain-funcs autotools pam
@@ -105,10 +105,12 @@ src_install() {
# Output arch-specific cruft
case $(tc-arch) in
ppc*) echo "hvc0" >> "${D}"/etc/securetty
- echo "hvsi0" >> "${D}"/etc/securetty
- echo "ttyPSC0" >> "${D}"/etc/securetty;;
+ echo "hvsi0" >> "${D}"/etc/securetty
+ echo "ttyPSC0" >> "${D}"/etc/securetty;;
hppa) echo "ttyB0" >> "${D}"/etc/securetty;;
arm) echo "ttyFB0" >> "${D}"/etc/securetty;;
+ sh) echo "ttySC0" >> "${D}"/etc/securetty
+ echo "ttySC1" >> "${D}"/etc/securetty;;
esac
# needed for 'adduser -D'