aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-02-28 08:35:09 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-02-28 08:35:09 +0200
commit14e0802da5587179607f3340d105914435ee117a (patch)
tree3a2822dd1c392425d6602352fd188277fd5320f3
parent56baeb57297061da2015a640773e02780b1d7f6c (diff)
downloadpies-14e0802da5587179607f3340d105914435ee117a.tar.gz
pies-14e0802da5587179607f3340d105914435ee117a.tar.bz2
Minor change
-rw-r--r--src/sysvinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysvinit.c b/src/sysvinit.c
index 695dc5c..46d62c3 100644
--- a/src/sysvinit.c
+++ b/src/sysvinit.c
@@ -478,7 +478,7 @@ sysvinit_set_runlevel (int newlevel)
{
diagmsg (DIAG_ALL, LOG_INFO, "Switching to runlevel: %c", newlevel);
dfl_level = newlevel;
- raise (SIGALRM);
+ pies_schedule_children (PIES_CHLD_WAKEUP);
}
}
return 0;

Return to:

Send suggestions and report system problems to the System administrator.