create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
@@ -0,0 +1,11 @@
--- sysvinit-2.86/src/init.c.single 2005-12-21 12:21:04.000000000 -0500
+++ sysvinit-2.86/src/init.c 2005-12-21 12:21:40.000000000 -0500
@@ -1153,7 +1153,7 @@
* See if we have a single user entry.
*/
for(old = newFamily; old; old = old->next)
- if (strpbrk(old->rlevel, "S")) break;
+ if (strpbrk(old->rlevel, "S") && !ISPOWER(old->action)) break;
if (old == NULL)
snprintf(buf, sizeof(buf), "~~:S:wait:%s -l\n", SHELL);
else