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,9 +1,16 @@
-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.
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.
Version 1.3, 2016-10-01
@@ -113,7 +120,7 @@ part of Mailfromd (http://mailfromd.software.gnu.org.ua).
=========================================================================
Copyright information:
-Copyright (C) 2009-2016 Sergey Poznyakoff
+Copyright (C) 2009-2019 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index 5233743..a3c0b34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of GNU Pies. -*- autoconf -*-
-# Copyright (C) 2009-2017 Sergey Poznyakoff
+# Copyright (C) 2009-2019 Sergey Poznyakoff
#
# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
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])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
diff --git a/doc/pies.texi b/doc/pies.texi
index d7ecd5d..48259da 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -43,7 +43,7 @@ Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA
-Copyright @copyright{} 2005-2017 Sergey Poznyakoff
+Copyright @copyright{} 2005-2019 Sergey Poznyakoff
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -3867,6 +3867,12 @@ of @var{level}.
@item --dump-depmap
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}
@item --trace-depend
List dependencies for components named in the command line. Without

Return to:

Send suggestions and report system problems to the System administrator.