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

(-)a/src/rc/rc-status.c (+3 lines)
Lines 351-356 rc_status(int argc, char **argv) Link Here
351
			rc_stringlist_free(tmp);
351
			rc_stringlist_free(tmp);
352
		}
352
		}
353
		l->value = p;
353
		l->value = p;
354
		// we are unsetting RC_SVCNAME because last loaded service 
355
		// wount be added to list
356
		unsetenv(RC_SVCNAME);
354
		print_level("Dynamic", "needed");
357
		print_level("Dynamic", "needed");
355
		print_services(NULL, nservices);
358
		print_services(NULL, nservices);
356
		print_level("Dynamic", "manual");
359
		print_level("Dynamic", "manual");

Return to bug 409787