summaryrefslogtreecommitdiff
path: root/src/rc/rc.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-18 23:06:02 +0000
committerRoy Marples <roy@marples.name>2008-03-18 23:06:02 +0000
commit773d50dabbc3ce5c4b2553388813eaea90247b51 (patch)
treee7e9554c9cd5954d17dab9200139d77953b8fccd /src/rc/rc.c
parent7b8215bbd3124117b1c5618cea05b6d6d29fce09 (diff)
downloadopenrc-773d50dabbc3ce5c4b2553388813eaea90247b51.tar.gz
openrc-773d50dabbc3ce5c4b2553388813eaea90247b51.tar.bz2
openrc-773d50dabbc3ce5c4b2553388813eaea90247b51.tar.xz
Get going_down and parallel the right away round.
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r--src/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index eec0332..fab2325 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -1147,7 +1147,7 @@ int main(int argc, char **argv)
/* Now stop the services that shouldn't be running */
if (stop_services)
- do_stop_services(newlevel, parallel, going_down);
+ do_stop_services(newlevel, going_down, parallel);
/* Wait for our services to finish */
wait_for_services();