From: Davin McCall Date: Thu, 15 Jun 2017 18:41:27 +0000 (+0100) Subject: Remove unwanted comment tag X-Git-Tag: v0.06~65 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8fe219655f3e6b90052a46a10fb7133c8a4d8f36;p=oweals%2Fdinit.git Remove unwanted comment tag --- diff --git a/src/shutdown.cc b/src/shutdown.cc index 9f66e1a..4d4577f 100644 --- a/src/shutdown.cc +++ b/src/shutdown.cc @@ -246,7 +246,7 @@ void do_system_shutdown(shutdown_type_t shutdown_type) dup2(consfd, STDOUT_FILENO); } - cout << "Sending TERM/KILL to all processes..." << endl; // DAV + cout << "Sending TERM/KILL to all processes..." << endl; // Send TERM/KILL to all (remaining) processes kill(-1, SIGTERM);