blob: 434421230a9ca0d416b82786a27940e6959410d4 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001Upstream-Status: Inappropriate [configuration]
2
3Subject: [PATCH] site.h: enable gentle shutdown
4
5Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
6---
7 includes/site.h | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/includes/site.h b/includes/site.h
11index 73fa4e8..9c33de3 100644
12--- a/includes/site.h
13+++ b/includes/site.h
14@@ -280,7 +280,7 @@
15 situations. We plan to revisit this feature and may
16 make non-backwards compatible changes including the
17 removal of this define. Use at your own risk. */
18-/* #define ENABLE_GENTLE_SHUTDOWN */
19+#define ENABLE_GENTLE_SHUTDOWN
20
21 /* Include old error codes. This is provided in case you
22 are building an external program similar to omshell for
23--
241.9.1
25