diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | doc/pies.texi | 8 |
3 files changed, 19 insertions, 6 deletions
@@ -1,9 +1,16 @@ | |||
1 | GNU Pies NEWS -- history of user-visible changes. 2016-10-01 | 1 | GNU Pies NEWS -- history of user-visible changes. 2019-05-20 |
2 | Copyright (C) 2009-2017 Sergey Poznyakoff | ||
3 | See the end of file for copying conditions. | 2 | See the end of file for copying conditions. |
4 | 3 | ||
5 | Please send Pies bug reports to <bug-pies@gnu.org> or | 4 | Please send Pies bug reports to <bug-pies@gnu.org> or |
6 | <bug-pies@gnu.org.ua> | 5 | <bug-pies@gnu.org.ua> |
6 | |||
7 | Version 1.3.90 (git) | ||
8 | |||
9 | * New option --no-init | ||
10 | |||
11 | The --no-init option instructs pies not to switch to init mode if its | ||
12 | PID is 1. Use this option if you run pies as a process manager in a | ||
13 | docker container. | ||
7 | 14 | ||
8 | 15 | ||
9 | Version 1.3, 2016-10-01 | 16 | Version 1.3, 2016-10-01 |
@@ -113,7 +120,7 @@ part of Mailfromd (http://mailfromd.software.gnu.org.ua). | |||
113 | ========================================================================= | 120 | ========================================================================= |
114 | Copyright information: | 121 | Copyright information: |
115 | 122 | ||
116 | Copyright (C) 2009-2016 Sergey Poznyakoff | 123 | Copyright (C) 2009-2019 Sergey Poznyakoff |
117 | 124 | ||
118 | Permission is granted to anyone to make or distribute verbatim copies | 125 | Permission is granted to anyone to make or distribute verbatim copies |
119 | of this document as received, in any medium, provided that the | 126 | 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 @@ | |||
1 | # This file is part of GNU Pies. -*- autoconf -*- | 1 | # This file is part of GNU Pies. -*- autoconf -*- |
2 | # Copyright (C) 2009-2017 Sergey Poznyakoff | 2 | # Copyright (C) 2009-2019 Sergey Poznyakoff |
3 | # | 3 | # |
4 | # GNU Pies is free software; you can redistribute it and/or modify | 4 | # GNU Pies is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
@@ -15,7 +15,7 @@ | |||
15 | # along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. | 15 | # along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. |
16 | 16 | ||
17 | AC_PREREQ([2.63]) | 17 | AC_PREREQ([2.63]) |
18 | AC_INIT([GNU Pies], [1.3], [bug-pies@gnu.org.ua]) | 18 | AC_INIT([GNU Pies], [1.3.90], [bug-pies@gnu.org.ua]) |
19 | AC_CONFIG_SRCDIR([src/pies.h]) | 19 | AC_CONFIG_SRCDIR([src/pies.h]) |
20 | AC_CONFIG_AUX_DIR([build-aux]) | 20 | AC_CONFIG_AUX_DIR([build-aux]) |
21 | AC_CONFIG_HEADERS([config.h]) | 21 | 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, | |||
43 | 51 Franklin Street, Fifth Floor, | 43 | 51 Franklin Street, Fifth Floor, |
44 | Boston, MA 02110-1301 USA | 44 | Boston, MA 02110-1301 USA |
45 | 45 | ||
46 | Copyright @copyright{} 2005-2017 Sergey Poznyakoff | 46 | Copyright @copyright{} 2005-2019 Sergey Poznyakoff |
47 | 47 | ||
48 | Permission is granted to copy, distribute and/or modify this document | 48 | Permission is granted to copy, distribute and/or modify this document |
49 | under the terms of the GNU Free Documentation License, Version 1.3 or | 49 | under the terms of the GNU Free Documentation License, Version 1.3 or |
@@ -3867,6 +3867,12 @@ of @var{level}. | |||
3867 | @item --dump-depmap | 3867 | @item --dump-depmap |
3868 | Dump dependency map. @xref{dump-depmap}. | 3868 | Dump dependency map. @xref{dump-depmap}. |
3869 | 3869 | ||
3870 | @opsummary{no-init} | ||
3871 | @item --no-init | ||
3872 | Don't assume @dfn{init mode} (@pxref{Init Process} if running with PID | ||
3873 | 1. This option is useful if you intend to run @command{pies} as a | ||
3874 | process manager in a docker container. | ||
3875 | |||
3870 | @opsummary{trace-depend} | 3876 | @opsummary{trace-depend} |
3871 | @item --trace-depend | 3877 | @item --trace-depend |
3872 | List dependencies for components named in the command line. Without | 3878 | List dependencies for components named in the command line. Without |