Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 23:23:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442693 - head/sysutils/timelimit
Message-ID:  <201706052323.v55NNvjI062145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  5 23:23:57 2017
New Revision: 442693
URL: https://svnweb.freebsd.org/changeset/ports/442693

Log:
  Update CONFLICTS_INSTALL

Modified:
  head/sysutils/timelimit/Makefile
  head/sysutils/timelimit/pkg-descr

Modified: head/sysutils/timelimit/Makefile
==============================================================================
--- head/sysutils/timelimit/Makefile	Mon Jun  5 23:02:26 2017	(r442692)
+++ head/sysutils/timelimit/Makefile	Mon Jun  5 23:23:57 2017	(r442693)
@@ -12,7 +12,8 @@ COMMENT=	Limit the absolute execution time of a proces
 
 LICENSE=	BSD2CLAUSE
 
-CONFLICTS_INSTALL=	netpipes-[0-9]*
+# bin/timelimit man/man1/timelimit.1.gz
+CONFLICTS_INSTALL=	netpipes
 
 NO_ARCH=	yes
 USES=		tar:xz

Modified: head/sysutils/timelimit/pkg-descr
==============================================================================
--- head/sysutils/timelimit/pkg-descr	Mon Jun  5 23:02:26 2017	(r442692)
+++ head/sysutils/timelimit/pkg-descr	Mon Jun  5 23:23:57 2017	(r442693)
@@ -1,5 +1,5 @@
 timelimit executes a command and terminates the spawned process after a given
-time with a given signal.  A 'warning' signal is sent first, then, after a
+time with a given signal. A 'warning' signal is sent first, then, after a
 timeout, a 'kill' signal, similar to the way init(8) operates on shutdown.
 
 WWW: http://devel.ringlet.net/sysutils/timelimit/



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