Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2024 18:32:53 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b023e965dc05 - main - traceroute: Remove the $FreeBSD$ pattern
Message-ID:  <202401031832.403IWrhD018788@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=b023e965dc0576c3254510e47abc8565800d1ab5

commit b023e965dc0576c3254510e47abc8565800d1ab5
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-10-28 00:20:22 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-01-03 17:54:18 +0000

    traceroute: Remove the $FreeBSD$ pattern
    
    Reviewed by:    imp, markj
    MFC after:      1 week
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/879
---
 contrib/traceroute/VERSION            | 1 -
 contrib/traceroute/findsaddr-socket.c | 2 --
 contrib/traceroute/traceroute.8       | 1 -
 3 files changed, 4 deletions(-)

diff --git a/contrib/traceroute/VERSION b/contrib/traceroute/VERSION
index 26e2f7609197..4044959ea471 100644
--- a/contrib/traceroute/VERSION
+++ b/contrib/traceroute/VERSION
@@ -1,2 +1 @@
 1.4a12+FreeBSD
-$FreeBSD$
diff --git a/contrib/traceroute/findsaddr-socket.c b/contrib/traceroute/findsaddr-socket.c
index b1a2903f4636..b15c2e43a407 100644
--- a/contrib/traceroute/findsaddr-socket.c
+++ b/contrib/traceroute/findsaddr-socket.c
@@ -29,8 +29,6 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- * $FreeBSD$
  */
 
 /* XXX Yes this is WAY too complicated */
diff --git a/contrib/traceroute/traceroute.8 b/contrib/traceroute/traceroute.8
index 85a7e9d3a17e..d177413738dc 100644
--- a/contrib/traceroute/traceroute.8
+++ b/contrib/traceroute/traceroute.8
@@ -14,7 +14,6 @@
 .\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
 .\"	$Id: traceroute.8,v 1.19 2000/09/21 08:44:19 leres Exp $
-.\"	$FreeBSD$
 .\"
 .Dd November 25, 2020
 .Dt TRACEROUTE 8



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