summaryrefslogtreecommitdiffstats
path: root/rules/host-timeout.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-09 22:50:28 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-09 22:50:28 +0000
commit60df5417d0a6b5e0ddae359c2654c1cb3967d7a5 (patch)
tree17413dbbe20031cc0447d8cb4b4ff7f026a3464a /rules/host-timeout.in
parent20df05da3b83d9bd2d3c712d3d9a6794cd57504c (diff)
downloadptxdist-60df5417d0a6b5e0ddae359c2654c1cb3967d7a5.tar.gz
ptxdist-60df5417d0a6b5e0ddae359c2654c1cb3967d7a5.tar.xz
[host-timeout] added new programm to run a command with a time limit
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10037 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-timeout.in')
-rw-r--r--rules/host-timeout.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/host-timeout.in b/rules/host-timeout.in
new file mode 100644
index 000000000..6989a8989
--- /dev/null
+++ b/rules/host-timeout.in
@@ -0,0 +1,8 @@
+## SECTION=hosttools_noprompt
+
+config HOST_TIMEOUT
+ tristate
+ help
+ timeout executes a command and imposes an elapsed time
+ limit. When the time limit is reached, timeout sends a
+ predefined signal to the target process. \ No newline at end of file