[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-118-gdb9cd50
From: |
Alfred M. Szmidt |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-118-gdb9cd50 |
Date: |
Sat, 15 Oct 2011 12:41:39 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".
The branch, master has been updated
via db9cd50ce1af23cf641c1eba2f042dc54f52e150 (commit)
via d35f3c9392524333361a95eccb2c787ac5bb8df2 (commit)
from 0901548625c1ffd921fa4b03b7f68aaf159dce10 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=db9cd50ce1af23cf641c1eba2f042dc54f52e150
commit db9cd50ce1af23cf641c1eba2f042dc54f52e150
Author: Alfred M. Szmidt <address@hidden>
Date: Sat Oct 15 13:46:38 2011 +0200
Fix typo. (silent change)
diff --git a/doc/inetutils.texi b/doc/inetutils.texi
index ac1d2aa..5ca97c7 100644
--- a/doc/inetutils.texi
+++ b/doc/inetutils.texi
@@ -2688,7 +2688,7 @@ arguments are also logged.
@item address@hidden
@opindex -p
@opindex --pidfile
-Change default location of @var{pidfile}
+Change default location of @var{pidfile}.
@item -q
@item --no-version
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=d35f3c9392524333361a95eccb2c787ac5bb8df2
commit d35f3c9392524333361a95eccb2c787ac5bb8df2
Author: Alfred M. Szmidt <address@hidden>
Date: Sat Oct 15 13:39:43 2011 +0200
src/inetd.c (argp_options) <pidfile>: Updated doc. string.
diff --git a/ChangeLog b/ChangeLog
index be035cd..35338a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-15 Alfred M. Szmidt <address@hidden>
+
+ * src/inetd.c (argp_options) <pidfile>: Updated doc. string.
+
2011-10-11 Giuseppe Scrivano <address@hidden>
* ping/ping.c (parse_opt): Make `pattern' static.
diff --git a/src/inetd.c b/src/inetd.c
index 7fb1216..9c1f27f 100644
--- a/src/inetd.c
+++ b/src/inetd.c
@@ -189,7 +189,7 @@ static struct argp_option argp_options[] = {
{"environment", OPT_ENVIRON, NULL, 0,
"pass local and remote socket information in environment variables", GRP+1},
{ "pidfile", 'p', "PIDFILE", OPTION_ARG_OPTIONAL,
- "replace the default path \"" PATH_INETDPID "\"",
+ "override pidfile (default: \"" PATH_INETDPID "\")",
GRP+1 },
{"rate", 'R', "NUMBER", 0,
"maximum invocation rate (per minute)", GRP+1},
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
doc/inetutils.texi | 2 +-
src/inetd.c | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-118-gdb9cd50,
Alfred M. Szmidt <=