Dr. Werner Fink 2010-04-09 12:33:43 +00:00 committed by Git OBS Bridge
parent e515faf1bf
commit 724d05d52a
3 changed files with 19 additions and 5 deletions

View File

@ -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;

View File

@ -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 @@

View File

@ -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