commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-8-g273d270


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-8-g273d270
Date: Sun, 22 Jan 2012 22:58:25 +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  273d270ca3543c2b2fced41113359e290630190f (commit)
      from  6c64ece3a5f68269de20a3374db983609c75818f (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=273d270ca3543c2b2fced41113359e290630190f


commit 273d270ca3543c2b2fced41113359e290630190f
Author: Mats Erik Andersson <address@hidden>
Date:   Sun Jan 22 23:57:49 2012 +0100

    Portability of user identity.

diff --git a/ChangeLog b/ChangeLog
index b9d10ba..5f1d26b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-01-22  Mats Erik Andersson <address@hidden>
 
+       * tests/tftp.sh (USER): Calculate as `id -u -n'.
+
+2012-01-22  Mats Erik Andersson <address@hidden>
+
        * tests/ftp-localhost.sh: sysctl(1) uses `=' or `:'
        as delimeter.  Detect both.
 
diff --git a/tests/tftp.sh b/tests/tftp.sh
index 9df2aac..3a1217d 100755
--- a/tests/tftp.sh
+++ b/tests/tftp.sh
@@ -33,7 +33,7 @@ IFCONFIG="${IFCONFIG:-../ifconfig/ifconfig$EXEEXT 
--format=unix}"
 AF=${AF:-inet}
 PROTO=${PROTO:-udp}
 PORT=${PORT:-7777}
-USER=${USER:-$LOGNAME}
+USER=`id -u -n`
 
 # Random base diractory at testing time.
 TMPDIR=`mktemp -d $PWD/tmp.XXXXXXXXXX`

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    4 ++++
 tests/tftp.sh |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]