summaryrefslogtreecommitdiffstats
path: root/rules/timeout.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-11 09:55:10 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-11 09:55:10 +0000
commitd1f0c1534155f21de9ef49becd700abfba556560 (patch)
tree6d40188d882c947f729e99d95c2c2c6c475fd0dd /rules/timeout.in
parent28e0bbe023dff51e9ecef4fe3020e3dfad2dd081 (diff)
downloadptxdist-d1f0c1534155f21de9ef49becd700abfba556560.tar.gz
ptxdist-d1f0c1534155f21de9ef49becd700abfba556560.tar.xz
[timeout] added target timeout
and adopted host-timeout to existing target Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10051 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/timeout.in')
-rw-r--r--rules/timeout.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/timeout.in b/rules/timeout.in
new file mode 100644
index 000000000..f8327cd7e
--- /dev/null
+++ b/rules/timeout.in
@@ -0,0 +1,9 @@
+## SECTION=shell_and_console
+
+config TIMEOUT
+ tristate
+ prompt "timeout"
+ 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.