[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-44-g0daee57
From: |
Simon Josefsson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-44-g0daee57 |
Date: |
Mon, 03 May 2010 19:34:13 +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 0daee5706b9980f284a084ad0a06d6e9da527d62 (commit)
from c9f7ede91cffbfb6c961bb6591e5987e6d882b1a (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=0daee5706b9980f284a084ad0a06d6e9da527d62
commit 0daee5706b9980f284a084ad0a06d6e9da527d62
Author: Simon Josefsson <address@hidden>
Date: Mon May 3 21:33:41 2010 +0200
tests/traceroute-localhost.sh (TRACEROUTE): Update to reflect move of
traceroute to src/.
diff --git a/ChangeLog b/ChangeLog
index c4b7362..53cb4ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-03 Simon Josefsson <address@hidden>
+
+ * tests/traceroute-localhost.sh (TRACEROUTE): Update to reflect
+ move of traceroute to src/.
+
2010-03-23 Simon Josefsson <address@hidden>
* src/rlogind.c: Don't protect #include <pty.h> in a HAVE_PTY_H
diff --git a/tests/traceroute-localhost.sh b/tests/traceroute-localhost.sh
index 15563e0..97d13dc 100755
--- a/tests/traceroute-localhost.sh
+++ b/tests/traceroute-localhost.sh
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see `http://www.gnu.org/licenses/'.
-TRACEROUTE=${TRACEROUTE:-../traceroute/traceroute$EXEEXT}
+TRACEROUTE=${TRACEROUTE:-../src/traceroute$EXEEXT}
if [ $VERBOSE ]; then
set -x
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
tests/traceroute-localhost.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_7-44-g0daee57,
Simon Josefsson <=