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/timelimit/pkg-descr | |
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/timelimit/pkg-descr')
-rw-r--r-- | sysutils/timelimit/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/timelimit/pkg-descr b/sysutils/timelimit/pkg-descr new file mode 100644 index 000000000000..adf05b787171 --- /dev/null +++ b/sysutils/timelimit/pkg-descr @@ -0,0 +1,7 @@ +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> |