aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-05-20 15:30:34 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-05-20 15:30:34 +0300
commit843fac8ce97914bafeafb8dc31e6be9448477425 (patch)
tree3dbc22169c88d2c9c565391cb8ac2a3054882d4e
parentc63b903713b6ec5600b11d6197c5c0c11f3b0247 (diff)
downloadpies-843fac8ce97914bafeafb8dc31e6be9448477425.tar.gz
pies-843fac8ce97914bafeafb8dc31e6be9448477425.tar.bz2
Document the --no-init option. Raise version number to 1.3.90
-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,13 +1,20 @@
-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
GNU Pies can now be used as init process daemon - the first process
@@ -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.