[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-165-g8af3abb
From: |
Alfred M. Szmidt |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-165-g8af3abb |
Date: |
Sat, 19 Nov 2011 14:33:35 +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 8af3abb47557bff5a6d66148183f40ab8e74b45b (commit)
via 4a21046e0c24dcaea52d5b8cbf844ae2881d360a (commit)
from d225085e2dab694dd54eecda48449e2104c5b008 (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=8af3abb47557bff5a6d66148183f40ab8e74b45b
commit 8af3abb47557bff5a6d66148183f40ab8e74b45b
Author: Alfred M. Szmidt <address@hidden>
Date: Sat Nov 19 15:33:20 2011 +0100
bootstrap.conf (gnulib_modules): Don't try to create m4/ for ./bootstrap.
diff --git a/ChangeLog b/ChangeLog
index 216dcbd..502ee5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-11-19 Alfred M. Szmidt <address@hidden>
+ * bootstrap.conf (gnulib_modules): Don't try to create m4/ for
+ ./bootstrap.
+
* configure.ac: Add check for IPV6_2292HOPLIMIT.
2011-11-19 Alfred M. Szmidt <address@hidden>
@@ -20,7 +23,7 @@
2011-11-19 Simon Josefsson <address@hidden>
* ftp/cmds.c [HAVE_READLINE_HISTORY_H]: Include
- readline/history.h.
+ <readline/history.h>.
* ftp/main.c: Likewise.
2011-11-18 Simon Josefsson <address@hidden>
@@ -36,9 +39,9 @@
* telnet/telnet.c [HAVE_LIBREADLINE]: Include <curses.h>.
* telnetd/utility.c [HAVE_LIBREADLINE]: Likewise.
- [HAVE_STREAMSPTY && ...]: Include <stropts.h>.
- * telnetd/state.c [HAVE_STREAMSPTY && ...]: Likewise.
- [!NTELOPTS]: Define NTELOPTS.
+ [HAVE_STREAMSPTY && HAVE_GETMSG && HAVE_STROPTS_H]: Include <stropts.h>.
+ * telnetd/state.c [HAVE_STREAMSPTY && TIOCSIGNAL && HAVE_STROPTS_H]:
Likewise.
+ (NTELOPTS) [!NTELOPTS]: New macro.
2011-11-14 Simon Josefsson <address@hidden>
diff --git a/bootstrap.conf b/bootstrap.conf
index 0d1985e..3f9042d 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -110,6 +110,3 @@ if [ -r .bootstrap ]; then
echo "$0: Reading configuration file .bootstrap"
eval set -- "`sed 's/#.*$//;/^$/d' .bootstrap | tr '\n' ' '` $*"
fi
-
-# Work around a silly `bug' in bootstrap.
-test -d m4 || mkdir m4
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=4a21046e0c24dcaea52d5b8cbf844ae2881d360a
commit 4a21046e0c24dcaea52d5b8cbf844ae2881d360a
Author: Alfred M. Szmidt <address@hidden>
Date: Sat Nov 19 15:20:46 2011 +0100
README: Updated. (silent change)
diff --git a/README b/README
index e5df321..6de48f2 100644
--- a/README
+++ b/README
@@ -32,8 +32,8 @@ address.
Notes:
1) All of the r* commands clients, rcp, rlogin, rsh, need to be
- install setuid root to work correctly they use privileged ports for
- communication.
+ install setuid root to work correctly because they use privileged
+ ports for communication.
Some known deficiencies:
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 11 +++++++----
README | 4 ++--
bootstrap.conf | 3 ---
3 files changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-165-g8af3abb,
Alfred M. Szmidt <=