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 @@
1Mailfromd NEWS -- history of user-visible changes. 2009-10-16 1Mailfromd NEWS -- history of user-visible changes. 2009-10-17
2Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff 2Copyright (C) 2009 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua> 5Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
6 6
7 7
8Version 1.0 (Git) 8Version 1.0, 2009-10-17
9 9
10First independent release. Previous versions were released as 10First stand-alone release. Previous versions were released as
11part of Mailfromd (http://mailfromd.software.gnu.org.ua). 11part of Mailfromd (http://mailfromd.software.gnu.org.ua).
12 12
13 13
14========================================================================= 14=========================================================================
15Copyright information: 15Copyright information:
16 16
17Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff 17Copyright (C) 2009 Sergey Poznyakoff
18 18
19 Permission is granted to anyone to make or distribute verbatim copies 19 Permission is granted to anyone to make or distribute verbatim copies
20 of this document as received, in any medium, provided that the 20 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
21 21
22if git config submodule.grecs.url >/dev/null; then : ; else 22if git config submodule.grecs.url >/dev/null; then : ; else
23 git submodule init || exit $? 23 git submodule init || exit $?
24 git submodule update || exit $?
25fi 24fi
26 25
26git submodule update || exit $?
27
27MODAVOID="xalloc-die openat-die" 28MODAVOID="xalloc-die openat-die"
28 29
29if [ -n "$MODAVOID" ]; then 30if [ -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.''
56@end copying 56@end copying
57 57
58@titlepage 58@titlepage
59@title Program Invocation and Execution Supervisor 59@title The @sc{PIES} Manual
60@subtitle version @value{VERSION}, @value{UPDATED} 60@subtitle version @value{VERSION}, @value{UPDATED}
61@author Sergey Poznyakoff. 61@author Sergey Poznyakoff.
62@page 62@page
@@ -1727,6 +1727,7 @@ listed there is alive and responding. If another instance is running,
1727using @option{--status} command line option: 1727using @option{--status} command line option:
1728 1728
1729@smallexample 1729@smallexample
1730@group
1730$ pies --status 1731$ pies --status
1731redirector smtps/stderr 4697 1732redirector smtps/stderr 4697
1732redirector pmult/stderr 4677 1733redirector pmult/stderr 4677
@@ -1736,6 +1737,7 @@ component smar 4680 smar -f /etc/meta1/meta1.conf -d 100
1736component qmgr 4691 qmgr -f /etc/meta1/meta1.conf 1737component qmgr 4691 qmgr -f /etc/meta1/meta1.conf
1737component smtpc 4696 smtpc -f /etc/meta1/meta1.conf 1738component smtpc 4696 smtpc -f /etc/meta1/meta1.conf
1738component smtps 4698 smtps -d100 -f /etc/meta1/meta1.conf 1739component smtps 4698 smtps -d100 -f /etc/meta1/meta1.conf
1740@end group
1739@end smallexample 1741@end smallexample
1740 1742
1741 In its output, lines beginning with @samp{component} refer to 1743 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
1788actual dependency. For example: 1790actual dependency. For example:
1789 1791
1790@smallexample 1792@smallexample
1793@group
1791$ pies --dump-depmap 1794$ pies --dump-depmap
1792Dependency map: 1795Dependency map:
1793 0 1 2 3 4 1796 0 1 2 3 4
@@ -1803,6 +1806,7 @@ Legend:
1803 2: qmgr 1806 2: qmgr
1804 3: smtpc 1807 3: smtpc
1805 4: smtps 1808 4: smtps
1809@end group
1806@end smallexample 1810@end smallexample
1807 1811
1808This example corresponds to the configuration file shown in @ref{Hairy 1812This 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}.
1816 You can also list prerequisites explicitly: 1820 You can also list prerequisites explicitly:
1817 1821
1818@smallexample 1822@smallexample
1823@group
1819$ pies --dump-prereq 1824$ pies --dump-prereq
1820qmgr: smar 1825qmgr: smar
1821smtpc: qmgr 1826smtpc: qmgr
1822smtps: smar qmgr 1827smtps: smar qmgr
1828@end group
1823@end smallexample 1829@end smallexample
1824 1830
1825@node Invocation 1831@node Invocation

Return to:

Send suggestions and report system problems to the System administrator.