summaryrefslogtreecommitdiff
path: root/src/core/shutdown.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-29 10:28:01 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-29 11:10:51 -0500
commit820d3acfe924e58965d14b4711d5df31c5db199a (patch)
tree11ed7d9a4a69e3bd731d4459ce0d6feeed239a3a /src/core/shutdown.c
parent56e73b34ce0b020ef54c0dc2aba16e50d4fea9f5 (diff)
delta: diff returns 1 when files differ, ignore this
https://bugs.debian/org/771397
Diffstat (limited to 'src/core/shutdown.c')
-rw-r--r--src/core/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/shutdown.c b/src/core/shutdown.c
index 2cd0bce2f..def20f502 100644
--- a/src/core/shutdown.c
+++ b/src/core/shutdown.c
@@ -367,7 +367,7 @@ int main(int argc, char *argv[]) {
execv(args[0], (char * const *) args);
_exit(EXIT_FAILURE);
} else
- wait_for_terminate_and_warn("kexec", pid);
+ wait_for_terminate_and_warn("kexec", pid, true);
}
cmd = RB_AUTOBOOT;