From b10bd4b9d7d4fea7957201561a34fa3f6303f279 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 17 Aug 2007 12:14:04 +0000 Subject: Stop un-needed services when changing runlevels, #189050. --- src/rc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rc.c') diff --git a/src/rc.c b/src/rc.c index 1824e058..f4613a8a 100644 --- a/src/rc.c +++ b/src/rc.c @@ -1143,7 +1143,6 @@ int main (int argc, char **argv) rc_set_runlevel (newlevel); types = rc_strlist_add (NULL, "needsme"); - types = rc_strlist_add (types, "usesme"); /* Now stop the services that shouldn't be running */ STRLIST_FOREACH (stop_services, service, i) { bool found = false; -- cgit v1.2.3