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,12 +1,19 @@
-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
* SysV-style Init
@@ -110,13 +117,13 @@ First stand-alone release. Previous versions were released as
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
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/configure.ac b/configure.ac
index 5233743..a3c0b34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# 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
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
@@ -12,13 +12,13 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# 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])
AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options silent-rules])
# Enable silent rules by default:
diff --git a/doc/pies.texi b/doc/pies.texi
index d7ecd5d..48259da 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -40,13 +40,13 @@
@copying
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
any later version published by the Free Software Foundation; with no
Invariant Sections, and no specific Front-Cover and Back-Cover texts.
@end copying
@@ -3864,12 +3864,18 @@ Set debug verbosity level. @xref{Pies Debugging}, for a description
of @var{level}.
@opsummary{dump-depmap}
@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
arguments, dependencies for each component are listed. @xref{trace-depend}.
@opsummary{trace-prereq}

Return to:

Send suggestions and report system problems to the System administrator.