svn commit: r442693 - head/sysutils/timelimit
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 5 23:23:58 UTC 2017
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/
More information about the svn-ports-all
mailing list