aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-27 15:42:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-27 15:42:01 -0700
commit0c47cf7807a064b854d59488007d904089dccbd7 (patch)
tree679fcbbc3f210bd532f642e84ba923d528634cb9 /consfigurator.asd
parentcfe16b763ba7f643861fef76ad1ed5642c5de264 (diff)
downloadconsfigurator-0c47cf7807a064b854d59488007d904089dccbd7.tar.gz
:AS connection type uses :SU not :SUDO
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 856cb4e..c65813e 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -38,6 +38,7 @@
(:file "src/connection/fork")
(:file "src/connection/ssh")
(:file "src/connection/sudo")
+ (:file "src/connection/su")
(:file "src/connection/sbcl")
(:file "src/connection/chroot")
(:file "src/connection/chroot/fork")