Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2017 21:03:27 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319659 - head/libexec/atf/atf-check
Message-ID:  <201706072103.v57L3Rh3095453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Jun  7 21:03:27 2017
New Revision: 319659
URL: https://svnweb.freebsd.org/changeset/base/319659

Log:
  Add an MLINK for atf_check(1) -> atf-check(1)
  
  This is being done to make the documentation for atf-check(1) easier to find/more
  intuitive for new users, because atf_check is the atf-run(1) shell version of the
  standalone atf-check(1) command, which is used in atf-sh(3) test programs.
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/libexec/atf/atf-check/Makefile

Modified: head/libexec/atf/atf-check/Makefile
==============================================================================
--- head/libexec/atf/atf-check/Makefile	Wed Jun  7 19:42:17 2017	(r319658)
+++ head/libexec/atf/atf-check/Makefile	Wed Jun  7 21:03:27 2017	(r319659)
@@ -34,6 +34,7 @@ ATF=		${SRCTOP}/contrib/atf
 PROG_CXX=	atf-check
 SRCS=		atf-check.cpp
 MAN=		atf-check.1
+MLINKS+=	atf-check.1 atf_check.1
 
 CFLAGS+=	-I${ATF}
 CFLAGS+=	-DATF_SHELL='"/bin/sh"'



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