summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-12-18 23:50:50 +0100
committerBernd Zeimetz <bernd@bzed.de>2010-12-18 23:51:06 +0100
commit29849448c3a05532dc4a0e1d609fe8e96d7b3469 (patch)
tree314a0589532c161ec86f03b898b6d1129ba10531 /devtools
parent7a6634c6d7674f8c745cf77a53fc93e9ba573403 (diff)
downloadgpsd-29849448c3a05532dc4a0e1d609fe8e96d7b3469.tar.gz
Documentain devtools/dchroot-exec.
Diffstat (limited to 'devtools')
-rw-r--r--devtools/README7
-rwxr-xr-xdevtools/dchroot-exec3
2 files changed, 9 insertions, 1 deletions
diff --git a/devtools/README b/devtools/README
index bbf3dd3f..87b8d8ce 100644
--- a/devtools/README
+++ b/devtools/README
@@ -22,6 +22,13 @@ Generate an asciidoc table of the six-bit encoding used in AIVDM packets.
Finds end-of-cycle sentences from GPS output logs.
+== dchroot-exec ==
+
+Very simple wrapper around the DSA version of dchroot
+on the Debian porter boxes. dchroot only accepts one command
+as argument, nothing else. This wrapper creates a temporary script
+which will be executed then.
+
== editcomment ==
Give this a commit-ID specification. It will edit the associated comment.
diff --git a/devtools/dchroot-exec b/devtools/dchroot-exec
index 4123f9b3..ddd619ed 100755
--- a/devtools/dchroot-exec
+++ b/devtools/dchroot-exec
@@ -2,7 +2,8 @@
# Very simple wrapper around the DSA version of dchroot
# on the Debian porter boxes. dchroot only accepts one command
-# as argument, nothing else.
+# as argument, nothing else. This wrapper creates a temporary script
+# which will be executed then.
# This file is Copyright (c) 2010 by the GPSD project
# BSD terms apply: see the file COPYING in the distribution root for details.