/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.0-xencons.patch
ViewVC logotype

Annotation of /rpms/e-smith-base/sme7/e-smith-base-4.18.0-xencons.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Wed Mar 26 17:01:38 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
- Fix gettext strings returned by password checks [SME: 4104]

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/12tty2 mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/12tty2
2     --- e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/12tty2 2005-11-20 21:28:07.000000000 -0700
3     +++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/12tty2 2007-05-18 00:47:09.000000000 -0600
4     @@ -1 +1 @@
5     -2:23457:respawn:/sbin/mingetty tty2
6     +{ -d "/proc/xen" && ! -f "/proc/xen/xsd_kva" ? "#" : "" }2:23457:respawn:/sbin/mingetty tty2
7     diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/13tty3 mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/13tty3
8     --- e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/13tty3 2005-11-20 21:28:07.000000000 -0700
9     +++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/13tty3 2007-05-18 00:47:13.000000000 -0600
10     @@ -1 +1 @@
11     -3:23457:respawn:/sbin/mingetty tty3
12     +{ -d "/proc/xen" && ! -f "/proc/xen/xsd_kva" ? "#" : "" }3:23457:respawn:/sbin/mingetty tty3
13     diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/70tty1 mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/70tty1
14     --- e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/70tty1 2005-11-20 21:28:07.000000000 -0700
15     +++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/inittab/70tty1 2007-05-18 00:49:37.000000000 -0600
16     @@ -1,7 +1,11 @@
17    
18     # Run gettys in standard runlevels
19     {
20     - if ($ConsoleMode && ($ConsoleMode ne 'auto'))
21     + if ( -d "/proc/xen" && ! -f "/proc/xen/xsd_kva" )
22     + {
23     + "co:123457:respawn:/sbin/agetty xvc0 9600 vt100-nav";
24     + }
25     + elsif ($ConsoleMode && ($ConsoleMode ne 'auto'))
26     {
27     "1:123457:respawn:/sbin/mingetty tty1";
28     }
29     diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/templates/etc/securetty/xenU-console mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/securetty/xenU-console
30     --- e-smith-base-4.18.0/root/etc/e-smith/templates/etc/securetty/xenU-console 1969-12-31 17:00:00.000000000 -0700
31     +++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/securetty/xenU-console 2007-05-18 01:17:36.000000000 -0600
32     @@ -0,0 +1,6 @@
33     +{
34     + $OUT = '';
35     +
36     + return unless -d "/proc/xen" && ! -f "/proc/xen/xsd_kva";
37     + $OUT .= "xvc0";
38     +}

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed