Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/shadow: shadow-4.0.18.1-r1.ebuild
Date: Thu, 27 Sep 2007 14:10:40
Message-Id: E1IatwL-0003JT-Nr@stork.gentoo.org
1 vapier 07/09/27 14:02:05
2
3 Modified: shadow-4.0.18.1-r1.ebuild
4 Log:
5 add ttySC* for superh to securetty list
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.11 sys-apps/shadow/shadow-4.0.18.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild?r1=1.10&r2=1.11
14
15 Index: shadow-4.0.18.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- shadow-4.0.18.1-r1.ebuild 23 Jul 2007 02:55:51 -0000 1.10
22 +++ shadow-4.0.18.1-r1.ebuild 27 Sep 2007 14:02:05 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28
29 inherit eutils libtool toolchain-funcs autotools pam
30
31 @@ -105,10 +105,12 @@
32 # Output arch-specific cruft
33 case $(tc-arch) in
34 ppc*) echo "hvc0" >> "${D}"/etc/securetty
35 - echo "hvsi0" >> "${D}"/etc/securetty
36 - echo "ttyPSC0" >> "${D}"/etc/securetty;;
37 + echo "hvsi0" >> "${D}"/etc/securetty
38 + echo "ttyPSC0" >> "${D}"/etc/securetty;;
39 hppa) echo "ttyB0" >> "${D}"/etc/securetty;;
40 arm) echo "ttyFB0" >> "${D}"/etc/securetty;;
41 + sh) echo "ttySC0" >> "${D}"/etc/securetty
42 + echo "ttySC1" >> "${D}"/etc/securetty;;
43 esac
44
45 # needed for 'adduser -D'
46
47
48
49 --
50 gentoo-commits@g.o mailing list