From 64f2e51854bd47a397f601de0e88841ba8c3e246ae7aa58a4b9ef7304bfcff42 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 1 Jul 2011 14:18:35 +0000 Subject: [PATCH] Accepting request 75005 from Base:System - Make sure to not start kbd initscript, it is handled by systemd natively. OBS-URL: https://build.opensuse.org/request/show/75005 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=41 --- systemd.changes | 6 ++++++ systemd.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/systemd.changes b/systemd.changes index 00d5514..27c95cb 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 a04f023..31508e0 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