Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 10:51:19 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ping6 ping6.8 ping6.c
Message-ID:  <200805271051.m4RApLhD071975@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2008-05-27 10:51:19 UTC

  FreeBSD src repository

  Modified files:
    sbin/ping6           ping6.8 ping6.c 
  Log:
  Change the exit status for 0 and 2 to be the same as with ping(1)
  and be usable in scripts, etc.
  
  This also changes the semantics in case when we lose one of n packets.
  In that case, before we exited by SIG, now we exit with return(0).
  
  Submitted by:   Gert Doering (gert space.net)
  MFC after:      10 days
  
  Revision  Changes    Path
  1.25      +4 -2      src/sbin/ping6/ping6.8
  1.34      +5 -2      src/sbin/ping6/ping6.c



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