Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2002 00:47:29 -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:  <200210170747.g9H7lT0r028834@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/10/17 00:47:29 PDT

  Modified files:        (Branch: RELENG_4)
    usr.bin/uname        uname.1 uname.c 
  Log:
  MFC synch uname(1) with -current, style fixes, UNAME_<flag> spoofing:
    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
  
  Revision  Changes    Path
  1.8.2.4   +10 -1     src/usr.bin/uname/uname.1
  1.4.6.2   +121 -75   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?200210170747.g9H7lT0r028834>