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,3 +1,3 @@
-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.
@@ -7,5 +7,5 @@ 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).
@@ -16,3 +16,3 @@ Copyright information:
-Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
+Copyright (C) 2009 Sergey Poznyakoff
diff --git a/bootstrap.conf b/bootstrap.conf
index 02ae139..cc7d8f3 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -23,5 +23,6 @@ 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"
diff --git a/doc/pies.texi b/doc/pies.texi
index 0bc3bee..142f425 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -58,3 +58,3 @@ Software Foundation raise funds for GNU development.''
@titlepage
-@title Program Invocation and Execution Supervisor
+@title The @sc{PIES} Manual
@subtitle version @value{VERSION}, @value{UPDATED}
@@ -1729,2 +1729,3 @@ using @option{--status} command line option:
@smallexample
+@group
$ pies --status
@@ -1738,2 +1739,3 @@ component smtpc 4696 smtpc -f /etc/meta1/meta1.conf
component smtps 4698 smtps -d100 -f /etc/meta1/meta1.conf
+@end group
@end smallexample
@@ -1790,2 +1792,3 @@ actual dependency. For example:
@smallexample
+@group
$ pies --dump-depmap
@@ -1805,2 +1808,3 @@ Legend:
4: smtps
+@end group
@end smallexample
@@ -1818,2 +1822,3 @@ means that @samp{smtps} depends on @samp{smar} and @samp{qmgr}.
@smallexample
+@group
$ pies --dump-prereq
@@ -1822,2 +1827,3 @@ smtpc: qmgr
smtps: smar qmgr
+@end group
@end smallexample

Return to:

Send suggestions and report system problems to the System administrator.