summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch25
1 files changed, 12 insertions, 13 deletions
diff --git a/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch b/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch
index 533a2394e9..72d1411868 100644
--- a/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch
+++ b/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch
@@ -7,30 +7,29 @@ Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
7 units/serial-getty@.service.m4 | 2 +- 7 units/serial-getty@.service.m4 | 2 +-
8 2 files changed, 2 insertions(+), 2 deletions(-) 8 2 files changed, 2 insertions(+), 2 deletions(-)
9 9
10Index: systemd-37/units/getty@.service.m4 10Index: systemd-196/units/getty@.service.m4
11=================================================================== 11===================================================================
12--- systemd-37.orig/units/getty@.service.m4 12--- systemd-196.orig/units/getty@.service.m4 2012-11-20 12:39:16.000000000 -0800
13+++ systemd-37/units/getty@.service.m4 13+++ systemd-196/units/getty@.service.m4 2013-01-21 16:08:03.707533381 -0800
14@@ -41,7 +41,7 @@ 14@@ -45,7 +45,7 @@
15 15
16 [Service] 16 [Service]
17 Environment=TERM=linux
18 # the VT is cleared by TTYVTDisallocate 17 # the VT is cleared by TTYVTDisallocate
19-ExecStart=-/sbin/agetty --noclear %I 38400 18-ExecStart=-/sbin/agetty --noclear %I 38400 linux
20+ExecStart=-/sbin/getty -L %I 115200 linux 19+ExecStart=-/sbin/getty -L %I 115200 linux
21 Type=idle 20 Type=idle
22 Restart=always 21 Restart=always
23 RestartSec=0 22 RestartSec=0
24Index: systemd-37/units/serial-getty@.service.m4 23Index: systemd-196/units/serial-getty@.service.m4
25=================================================================== 24===================================================================
26--- systemd-37.orig/units/serial-getty@.service.m4 25--- systemd-196.orig/units/serial-getty@.service.m4 2012-11-20 12:39:16.000000000 -0800
27+++ systemd-37/units/serial-getty@.service.m4 26+++ systemd-196/units/serial-getty@.service.m4 2013-01-21 16:09:01.763535039 -0800
28@@ -37,7 +37,7 @@ 27@@ -40,7 +40,7 @@
28 IgnoreOnIsolate=yes
29 29
30 [Service] 30 [Service]
31 Environment=TERM=vt102 31-ExecStart=-/sbin/agetty -s %I 115200,38400,9600 vt102
32-ExecStart=-/sbin/agetty -s %I 115200,38400,9600 32+ExecStart=-/sbin/getty -L %I 115200 vt102
33+ExecStart=-/sbin/getty -L %I 115200 vt100
34 Type=idle 33 Type=idle
35 Restart=always 34 Restart=always
36 RestartSec=0 35 RestartSec=0