diff options
author | roam <roam@FreeBSD.org> | 2001-06-09 07:07:13 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-06-09 07:07:13 +0800 |
commit | c8c05ea8a9d759b324e1749c7b1f2de4fa5616bd (patch) | |
tree | 56c9d0942f6f5def598188394d61351ff50ecd5e /sysutils/Makefile | |
parent | b1e4d6cb96350d160f3f0e8eb74086220b143e9c (diff) | |
download | freebsd-ports-gnome-c8c05ea8a9d759b324e1749c7b1f2de4fa5616bd.tar.gz freebsd-ports-gnome-c8c05ea8a9d759b324e1749c7b1f2de4fa5616bd.tar.zst freebsd-ports-gnome-c8c05ea8a9d759b324e1749c7b1f2de4fa5616bd.zip |
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 timeout, a 'kill' signal, similar
to the way init(8) operates on shutdown.
WWW: http://ringwraith.online.bg/devel/sys/timelimit/
Author: Peter Pentchev <roam@orbitel.bg>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 969da05204fa..84fec574b673 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -138,6 +138,7 @@ SUBDIR += symlinks SUBDIR += syslog-ng SUBDIR += tcplist + SUBDIR += timelimit SUBDIR += truncate SUBDIR += tua SUBDIR += ucspi-tcp |