aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
-rw-r--r--doc/pies.texi8
3 files changed, 19 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index f735145..8f9e10e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,2 @@
-GNU Pies NEWS -- history of user-visible changes. 2016-10-01
-Copyright (C) 2009-2017 Sergey Poznyakoff
+GNU Pies NEWS -- history of user-visible changes. 2019-05-20
See the end of file for copying conditions.
@@ -6,2 +5,10 @@ Please send Pies bug reports to <bug-pies@gnu.org> or
<bug-pies@gnu.org.ua>
+
+Version 1.3.90 (git)
+
+* New option --no-init
+
+The --no-init option instructs pies not to switch to init mode if its
+PID is 1. Use this option if you run pies as a process manager in a
+docker container.
@@ -115,3 +122,3 @@ Copyright information:
-Copyright (C) 2009-2016 Sergey Poznyakoff
+Copyright (C) 2009-2019 Sergey Poznyakoff
diff --git a/configure.ac b/configure.ac
index 5233743..a3c0b34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,3 @@
# This file is part of GNU Pies. -*- autoconf -*-
-# Copyright (C) 2009-2017 Sergey Poznyakoff
+# Copyright (C) 2009-2019 Sergey Poznyakoff
#
@@ -17,3 +17,3 @@
AC_PREREQ([2.63])
-AC_INIT([GNU Pies], [1.3], [bug-pies@gnu.org.ua])
+AC_INIT([GNU Pies], [1.3.90], [bug-pies@gnu.org.ua])
AC_CONFIG_SRCDIR([src/pies.h])
diff --git a/doc/pies.texi b/doc/pies.texi
index d7ecd5d..48259da 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -45,3 +45,3 @@ Boston, MA 02110-1301 USA
-Copyright @copyright{} 2005-2017 Sergey Poznyakoff
+Copyright @copyright{} 2005-2019 Sergey Poznyakoff
@@ -3869,2 +3869,8 @@ Dump dependency map. @xref{dump-depmap}.
+@opsummary{no-init}
+@item --no-init
+Don't assume @dfn{init mode} (@pxref{Init Process} if running with PID
+1. This option is useful if you intend to run @command{pies} as a
+process manager in a docker container.
+
@opsummary{trace-depend}

Return to:

Send suggestions and report system problems to the System administrator.