blob: c62b283d50d2ce43e40050b361b1906884159509 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From 01641d146e4e6bea954e4a4ee1f6230b822665b4 Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Tue, 15 Aug 2017 15:37:49 +0800
4Subject: [PATCH 06/11] site.h: enable gentle shutdown
5
6Upstream-Status: Inappropriate [configuration]
7Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
8
9Rebase to 4.3.6
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11---
12 includes/site.h | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/includes/site.h b/includes/site.h
16index 280fbb9..e6c2972 100644
17--- a/includes/site.h
18+++ b/includes/site.h
19@@ -296,7 +296,7 @@
20 situations. We plan to revisit this feature and may
21 make non-backwards compatible changes including the
22 removal of this define. Use at your own risk. */
23-/* #define ENABLE_GENTLE_SHUTDOWN */
24+#define ENABLE_GENTLE_SHUTDOWN
25
26 /* Include old error codes. This is provided in case you
27 are building an external program similar to omshell for
28--
291.8.3.1
30