From d024d2f241fc57fac80d0c8974f6a31f6e8b6a119d696791e3ea04358924f17b Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 29 Jun 2011 13:07:07 +0000 Subject: [PATCH] - Make sure to not start kbd initscript, it is handled by systemd natively. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=158 --- systemd.changes | 6 ++++++ systemd.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/systemd.changes b/systemd.changes index 00d55141..27c95cb1 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 29 12:54:24 UTC 2011 - fcrozat@suse.com + +- Make sure to not start kbd initscript, it is handled by systemd + natively. + ------------------------------------------------------------------- Fri Jun 17 09:34:24 UTC 2011 - fcrozat@novell.com diff --git a/systemd.spec b/systemd.spec index a04f0231..31508e04 100644 --- a/systemd.spec +++ b/systemd.spec @@ -140,6 +140,7 @@ ln -s /dev/null %{buildroot}/lib/systemd/system/clock.service ln -s /dev/null %{buildroot}/lib/systemd/system/crypto.service ln -s /dev/null %{buildroot}/lib/systemd/system/crypto-early.service ln -s /dev/null %{buildroot}/lib/systemd/system/earlysyslog.service +ln -s /dev/null %{buildroot}/lib/systemd/system/kbd.service ln -s /dev/null %{buildroot}/lib/systemd/system/klog.service ln -s /dev/null %{buildroot}/lib/systemd/system/ldconfig.service ln -s /dev/null %{buildroot}/lib/systemd/system/loadmodules.service