From 8f12ac60c429f427747cf559f0ee0d509b465f4f4cc4721fe8eaf16ba72f482e Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 29 Jul 2013 16:25:21 +0000 Subject: [PATCH] Accepting request 184855 from home:fcrozat:branches:Base:System - Fix drop-in for getty@tty1.service please forward to factory only once sr184712 has been accepted OBS-URL: https://build.opensuse.org/request/show/184855 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=418 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 2 +- systemd.changes | 5 +++++ systemd.spec | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index 1173404d..5d16caec 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 29 14:01:48 UTC 2013 - fcrozat@suse.com + +- Fix drop-in for getty@tty1.service + ------------------------------------------------------------------- Thu Jul 25 12:35:29 UTC 2013 - fcrozat@suse.com diff --git a/systemd-mini.spec b/systemd-mini.spec index 6e88458f..62b82a1d 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -584,7 +584,7 @@ mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/dbus.target.wants # create drop-in to prevent tty1 to be cleared (bnc#804158) mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/getty@tty1.service.d/ -echo << EOF > %{buildroot}%{_prefix}/lib/systemd/system/getty@tty1.service.d/noclear.conf +cat << EOF > %{buildroot}%{_prefix}/lib/systemd/system/getty@tty1.service.d/noclear.conf [Service] # ensure tty1 isn't cleared (bnc#804158) TTYVTDisallocate=no diff --git a/systemd.changes b/systemd.changes index 1173404d..5d16caec 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 29 14:01:48 UTC 2013 - fcrozat@suse.com + +- Fix drop-in for getty@tty1.service + ------------------------------------------------------------------- Thu Jul 25 12:35:29 UTC 2013 - fcrozat@suse.com diff --git a/systemd.spec b/systemd.spec index e247fd22..0bf1a802 100644 --- a/systemd.spec +++ b/systemd.spec @@ -579,7 +579,7 @@ mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/dbus.target.wants # create drop-in to prevent tty1 to be cleared (bnc#804158) mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/getty@tty1.service.d/ -echo << EOF > %{buildroot}%{_prefix}/lib/systemd/system/getty@tty1.service.d/noclear.conf +cat << EOF > %{buildroot}%{_prefix}/lib/systemd/system/getty@tty1.service.d/noclear.conf [Service] # ensure tty1 isn't cleared (bnc#804158) TTYVTDisallocate=no