diff options
author | roam <roam@FreeBSD.org> | 2001-06-08 23:07:13 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-06-08 23:07:13 +0000 |
commit | c8c05ea8a9d759b324e1749c7b1f2de4fa5616bd (patch) | |
tree | 56c9d0942f6f5def598188394d61351ff50ecd5e /sysutils/timelimit/pkg-plist | |
parent | b1e4d6cb96350d160f3f0e8eb74086220b143e9c (diff) | |
download | FreeBSD-ports-c8c05ea8a9d759b324e1749c7b1f2de4fa5616bd.zip FreeBSD-ports-c8c05ea8a9d759b324e1749c7b1f2de4fa5616bd.tar.gz |
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/timelimit/pkg-plist')
-rw-r--r-- | sysutils/timelimit/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/timelimit/pkg-plist b/sysutils/timelimit/pkg-plist new file mode 100644 index 0000000..0316a7b --- /dev/null +++ b/sysutils/timelimit/pkg-plist @@ -0,0 +1 @@ +bin/timelimit |