diff options
author | dancer <dancer> | 2003-02-13 08:51:36 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-02-13 08:51:36 +0000 |
commit | 609105c1b19b92a526751f84264c79b87878411d (patch) | |
tree | 4106abfb445510657b0f6a560193339a8b98cf8a /pbuilder-checkparams | |
parent | 9bbc9cb948a45ca4e58f7988c33d6a69bba0fbb2 (diff) | |
download | pbuilder-609105c1b19b92a526751f84264c79b87878411d.tar pbuilder-609105c1b19b92a526751f84264c79b87878411d.tar.gz |
+2003-02-13 Junichi Uekawa <dancer@debian.org>
+
+ * Documentation/pbuilder-doc.xml: document an example script to
+ start up ssh inside pbuilder-uml.
+
+ * pbuilder-checkparams: support execute option.
+
+ * Documentation/pbuilder-doc.xml: document pbuilder-uml more,
+ and execute command.
+
+ * pbuilder-modules: update copyright statement.
+ document "execute"
+
+ * pbuilder-user-mode-linux.1: document "execute" command
+
+ * pbuilder-user-mode-linux: implement execute command.
+
+ * pbuilder.8: document "execute"
+
+ * pbuilder: "execute" command.
+
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-x | pbuilder-checkparams | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 104ce03..caca4ee 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -168,7 +168,7 @@ if [ -z "${CHROOTEXEC}" ]; then fi case "$PBCURRENTCOMMANDLINEOPERATION" in - login|pdebuild) + login|execute|pdebuild) # don't do anything if it is "login", or pdebuild ;; *) |