summaryrefslogtreecommitdiffstats
path: root/rules/strace.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:48:37 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:48:37 +0000
commit05f9ac0c2c3f62ff45a769c087f200b56858276f (patch)
treea9caf1acf2d72c5ab2687acaa7b45b9898b5978f /rules/strace.in
parent34c03997153df7ee82d09dee82c68305db6e4abe (diff)
downloadptxdist-05f9ac0c2c3f62ff45a769c087f200b56858276f.tar.gz
ptxdist-05f9ac0c2c3f62ff45a769c087f200b56858276f.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4223 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/strace.in')
-rw-r--r--rules/strace.in20
1 files changed, 19 insertions, 1 deletions
diff --git a/rules/strace.in b/rules/strace.in
index 9a084a0e3..187dd24ab 100644
--- a/rules/strace.in
+++ b/rules/strace.in
@@ -1 +1,19 @@
-# FIXME: There should be a *.in for this package
+config STRACE
+ bool
+ prompt "strace"
+ default n
+ help
+ In the simplest case strace runs the specified
+ command until it exits. It intercepts and records the
+ system calls which are called by a process and the
+ signals which are received by a process. The name of
+ each system call, its arguments and its return value
+ are printed on standard error
+
+config STRACE_SHARED
+ bool "shared strace"
+ default y
+ depends on STRACE
+ help
+ FIXME: This item needs to be documented
+