diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-06-08 23:07:13 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-06-08 23:07:13 +0000 |
commit | ed218409bd6270c07ac97ed5bab709341fb1061e (patch) | |
tree | acd21fdadc0222cc41c94c5c9feea0552a141f01 /sysutils/timelimit/pkg-descr | |
parent | 587d61eda65452599a43e5693bc726bd68463521 (diff) | |
download | ports-ed218409bd6270c07ac97ed5bab709341fb1061e.tar.gz ports-ed218409bd6270c07ac97ed5bab709341fb1061e.zip |
Notes
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> |