Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 21:33:11 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/uname uname.1 uname.c
Message-ID:  <200209180433.g8I4XBJm009924@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/09/17 21:33:11 PDT

  Modified files:
    usr.bin/uname        uname.1 uname.c 
  Log:
  Mostly rewrite the flag handling of uname(1) to be overridable, such as:
    freefall% uname -s
    FreeBSD
    freefall% env UNAME_s=Linnex ./uname -s
    Linnex
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.14      +10 -1     src/usr.bin/uname/uname.1
  1.9       +161 -69   src/usr.bin/uname/uname.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209180433.g8I4XBJm009924>