aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-23 21:07:55 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-23 21:10:35 -0700
commit72cfc459c8dee8b78c2a9908bd5b0679fe2e82fc (patch)
tree7c35832782abab3b22df795a94f23e73df403bf4 /consfigurator.asd
parentf5003995e4b2ea9a0fb80a89da37af928ddd5ef9 (diff)
downloadconsfigurator-72cfc459c8dee8b78c2a9908bd5b0679fe2e82fc.tar.gz
factor out CONSFIGURATOR.CONNECTION.FORK package
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 eb9d35c..f6885f8 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -32,6 +32,7 @@
(:file "src/property/chroot")
(:file "src/property/user")
(:file "src/connection/shell-wrap")
+ (:file "src/connection/fork")
(:file "src/connection/ssh")
(:file "src/connection/sudo")
(:file "src/connection/sbcl")