From 724d05d52ae27582ca685405556b6d5e4f1f55c8bafda246d91a47bde24a53dd Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 9 Apr 2010 12:33:43 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=34 --- startpar-0.54.dif | 16 ++++++++++++---- sysvinit-2.86.dif | 3 ++- sysvinit.changes | 5 +++++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/startpar-0.54.dif b/startpar-0.54.dif index 9be8383..190a921 100644 --- a/startpar-0.54.dif +++ b/startpar-0.54.dif @@ -1,4 +1,12 @@ ---- .dummy -+++ .dummy 2009-08-19 12:18:39.181901099 +0200 -@@ -0,0 +1 @@ -+this is a dummy, remove if real changes are required +--- makeboot.c ++++ makeboot.c 2010-04-09 12:25:53.046395753 +0000 +@@ -248,6 +248,9 @@ void parse_makefile(const char *path) + if (! strcmp(node->name, "xdm")) + importance = 100; + ++ if (! strcmp(node->name, "sshd")) ++ importance = 2000; ++ + if (! strncmp(node->name, "early", 5)) + importance = 8000; + diff --git a/sysvinit-2.86.dif b/sysvinit-2.86.dif index c0d52e0..ca1fda7 100644 --- a/sysvinit-2.86.dif +++ b/sysvinit-2.86.dif @@ -1,6 +1,6 @@ --- .pkgextract +++ .pkgextract 2006-08-18 14:45:28.000000000 +0200 -@@ -0,0 +1,14 @@ +@@ -0,0 +1,15 @@ +patch -p0 -b -s --suffix=.nfs4pidof < ../sysvinit-2.86-nfs4pidof.patch +patch -p0 -b -s --suffix=.sulogin < ../sysvinit-2.86-sulogin.patch +patch -p0 -b -s --suffix=.ststdmn < ../sysvinit-2.82-startstop.patch @@ -15,6 +15,7 @@ +patch -p0 -b -s --suffix=.hddown < ../sysvinit-2.86-hddown.patch +patch -p0 -b -s --suffix=.selinux < ../sysvinit-2.86-selinux.patch +patch -p0 -b -s --suffix=.fuse < ../sysvinit-2.86-fuse-no-kill.patch ++patch -p0 -b -s --suffix=.mdmon < ../sysvinit-2.86-mdmon-no-kill.patch --- src/Makefile +++ src/Makefile 2009-05-11 10:05:28.482401539 +0200 @@ -8,17 +8,20 @@ diff --git a/sysvinit.changes b/sysvinit.changes index 2b1599e..a1b1654 100644 --- a/sysvinit.changes +++ b/sysvinit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 14:30:08 CEST 2010 - werner@suse.de + +- Start the service sshd as early as possible (bnc#594223) + ------------------------------------------------------------------- Wed Mar 3 13:22:11 UTC 2010 - coolo@novell.com