sysvinit/startpar-0.54.dif

13 lines
313 B
Plaintext

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