projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
772d6c1
)
Remove unwanted comment tag
author
Davin McCall
<davmac@davmac.org>
Thu, 15 Jun 2017 18:41:27 +0000
(19:41 +0100)
committer
Davin McCall
<davmac@davmac.org>
Thu, 15 Jun 2017 18:41:27 +0000
(19:41 +0100)
src/shutdown.cc
patch
|
blob
|
history
diff --git
a/src/shutdown.cc
b/src/shutdown.cc
index 9f66e1a468228dd9c1fc71ee52862b5912558948..4d4577ffbdee41ea8283f19cb1f9392968c36394 100644
(file)
--- 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);