bin/57231: usr.bin/uname -s value always placed in first position

Oliver Eikemeier eikemeier at fillmore-labs.com
Thu Sep 25 21:30:17 PDT 2003


The following reply was made to PR bin/57231; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier at fillmore-labs.com>
To: "Timothy M. Lyons" <lyons at digitalvoodoo.org>
Cc: FreeBSD-gnats-submit at FreeBSD.org, tlyons at digitalvoodoo.org
Subject: Re: bin/57231: usr.bin/uname -s value always placed in first position
Date: Fri, 26 Sep 2003 06:29:21 +0200

 Timothy M. Lyons wrote:
 
 >         Okay - now I want to insert the OS Name in position 2:
 >                 #  uname -n -s -p -r -s
 >                    FreeBSD devil.dmz.digitalvoodoo.org 5.1-RELEASE-p8 i386
 
 # uname -snrmp | awk '{ print $2, $1, $5, $3, $1 }'
 devil.dmz.digitalvoodoo.org FreeBSD i386 5.1-RELEASE-p8 FreeBSD 
 
 where snrmp = 12345, dosn't work with -v.
 
 


More information about the freebsd-bugs mailing list