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

Mats Erik Andersson <[email protected]>
Newsgroups gmane.comp.gnu.inetutils.cvs
Message-ID <[email protected]>
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 <[email protected]>
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 <[email protected]>
 
+	* tests/tftp.sh (USER): Calculate as `id -u -n'.
+
+2012-01-22  Mats Erik Andersson <[email protected]>
+
 	* 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.