From 4a4ae93e7aacdffa23d7e7094ade5e4db6ffc282 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 20 Aug 2019 19:24:28 +0000 Subject: Cosmetic changes, credit Lionel --- AUTHORS | 2 +- src/s6-rc/s6-rc.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index a3d0444..02a3e22 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,6 +4,7 @@ Main author: Contributors: Eric Le Bihan Brett Neumeier + Lionel Van Bemten Thanks to: Avery Payne @@ -11,7 +12,6 @@ Thanks to: Guillermo Colin Booth Casper Ti. Vector - Lionel Van Bemten Jesse Young Rasmus Villemoes Jan Bramkamp diff --git a/src/s6-rc/s6-rc.c b/src/s6-rc/s6-rc.c index 45ec880..49a7fe7 100644 --- a/src/s6-rc/s6-rc.c +++ b/src/s6-rc/s6-rc.c @@ -298,8 +298,7 @@ static void on_success (unsigned int i, int h) announce() ; if (verbosity >= 2) strerr_warni5x(dryrun[0] ? "simulation: " : "", "service ", db->string + db->services[i].name, h ? " started" : " stopped", " successfully") ; - if (!lameduck) - broadcast_success(i, h) ; + if (!lameduck) broadcast_success(i, h) ; } static void on_failure (unsigned int i, int h, int crashed, unsigned int code) @@ -371,7 +370,7 @@ static int handle_signals (int h) case SIGTERM : case SIGINT : if (verbosity >= 2) - strerr_warnw3x("received ", sig_name(sig), ", aborting longrun transitions") ; + strerr_warnw3x("received ", sig_name(sig), ", aborting longrun transitions and exiting asap") ; /* kill_oneshots() ; */ kill_longruns() ; lameduck = 1 ; -- cgit v1.2.3