aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-27 13:35:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-27 13:39:57 -0700
commit04a74f001710244b31ee23b028d18693be76378c (patch)
tree8e061b5eea3e06039ee05e7bb6d375b397425717 /consfigurator.asd
parentbd26505bfe86e2aed90c2782e5441960b8ef858c (diff)
downloadconsfigurator-04a74f001710244b31ee23b028d18693be76378c.tar.gz
add :CHROOT-FORK connection type
Thanks to Mark Wooding for help with handling the streams, dealing with the debugger in the child, and the FORMAT rune for the child status. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index f651cc9..de0ecaf 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -23,6 +23,7 @@
(:file "src/connection/ssh")
(:file "src/connection/sudo")
(:file "src/connection/debian-sbcl")
+ (:file "src/connection/chroot/fork")
(:file "src/property/cmd")
(:file "src/property/file")
(:file "src/data/asdf")