aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--bootstrap.conf3
-rw-r--r--doc/pies.texi8
3 files changed, 14 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 083a42b..03dc467 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,20 @@
-Mailfromd NEWS -- history of user-visible changes. 2009-10-16
-Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
+Mailfromd NEWS -- history of user-visible changes. 2009-10-17
+Copyright (C) 2009 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
-Version 1.0 (Git)
+Version 1.0, 2009-10-17
-First independent release. Previous versions were released as
+First stand-alone release. Previous versions were released as
part of Mailfromd (http://mailfromd.software.gnu.org.ua).
=========================================================================
Copyright information:
-Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
+Copyright (C) 2009 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/bootstrap.conf b/bootstrap.conf
index 02ae139..cc7d8f3 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -21,9 +21,10 @@ SKIP_PO=t
if git config submodule.grecs.url >/dev/null; then : ; else
git submodule init || exit $?
- git submodule update || exit $?
fi
+git submodule update || exit $?
+
MODAVOID="xalloc-die openat-die"
if [ -n "$MODAVOID" ]; then
diff --git a/doc/pies.texi b/doc/pies.texi
index 0bc3bee..142f425 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -56,7 +56,7 @@ Software Foundation raise funds for GNU development.''
@end copying
@titlepage
-@title Program Invocation and Execution Supervisor
+@title The @sc{PIES} Manual
@subtitle version @value{VERSION}, @value{UPDATED}
@author Sergey Poznyakoff.
@page
@@ -1727,6 +1727,7 @@ listed there is alive and responding. If another instance is running,
using @option{--status} command line option:
@smallexample
+@group
$ pies --status
redirector smtps/stderr 4697
redirector pmult/stderr 4677
@@ -1736,6 +1737,7 @@ component smar 4680 smar -f /etc/meta1/meta1.conf -d 100
component qmgr 4691 qmgr -f /etc/meta1/meta1.conf
component smtpc 4696 smtpc -f /etc/meta1/meta1.conf
component smtps 4698 smtps -d100 -f /etc/meta1/meta1.conf
+@end group
@end smallexample
In its output, lines beginning with @samp{component} refer to
@@ -1788,6 +1790,7 @@ An @samp{X} sign is placed on each crossing which corresponds to the
actual dependency. For example:
@smallexample
+@group
$ pies --dump-depmap
Dependency map:
0 1 2 3 4
@@ -1803,6 +1806,7 @@ Legend:
2: qmgr
3: smtpc
4: smtps
+@end group
@end smallexample
This example corresponds to the configuration file shown in @ref{Hairy
@@ -1816,10 +1820,12 @@ means that @samp{smtps} depends on @samp{smar} and @samp{qmgr}.
You can also list prerequisites explicitly:
@smallexample
+@group
$ pies --dump-prereq
qmgr: smar
smtpc: qmgr
smtps: smar qmgr
+@end group
@end smallexample
@node Invocation

Return to:

Send suggestions and report system problems to the System administrator.