Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 95876
Collapse All | Expand All

(-)sysvinit-2.86/src/init.c.single (-1 / +1 lines)
Lines 1153-1159 Link Here
1153
		 *	See if we have a single user entry.
1153
		 *	See if we have a single user entry.
1154
		 */
1154
		 */
1155
		for(old = newFamily; old; old = old->next)
1155
		for(old = newFamily; old; old = old->next)
1156
			if (strpbrk(old->rlevel, "S")) break;
1156
			if (strpbrk(old->rlevel, "S") && !ISPOWER(old->action)) break;
1157
		if (old == NULL)
1157
		if (old == NULL)
1158
			snprintf(buf, sizeof(buf), "~~:S:wait:%s -l\n", SHELL);
1158
			snprintf(buf, sizeof(buf), "~~:S:wait:%s -l\n", SHELL);
1159
		else
1159
		else

Return to bug 95876