public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] ver_linux: Print iputils version
@ 2017-07-19 13:39 Petr Vorel
  2017-07-27 15:42 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2017-07-19 13:39 UTC (permalink / raw)
  To: ltp

+ align whitespace for printed iproute2 version

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 ver_linux | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ver_linux b/ver_linux
index a403b4e43..dc49a4c2f 100755
--- a/ver_linux
+++ b/ver_linux
@@ -63,7 +63,10 @@ ifconfig --version 2>&1 | grep tools | awk \
 'NR==1{print "Net-tools             ", $NF}'
 
 ip -V 2>&1 | awk \
-'NR==1{print "iproute2             ", $NF}'
+'NR==1{print "iproute2              ", $NF}'
+
+ping -V 2>&1 | awk \
+'NR==1{print "iputils               ", $NF}'
 
 # Kbd needs 'loadkeys -h',
 loadkeys -h 2>&1 | awk \
-- 
2.13.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [LTP] [PATCH 1/1] ver_linux: Print iputils version
  2017-07-19 13:39 [LTP] [PATCH 1/1] ver_linux: Print iputils version Petr Vorel
@ 2017-07-27 15:42 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2017-07-27 15:42 UTC (permalink / raw)
  To: ltp

Hi!
Applied, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-27 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19 13:39 [LTP] [PATCH 1/1] ver_linux: Print iputils version Petr Vorel
2017-07-27 15:42 ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox