From 0c47cf7807a064b854d59488007d904089dccbd7 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 27 Mar 2021 15:42:01 -0700 Subject: :AS connection type uses :SU not :SUDO Signed-off-by: Sean Whitton --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') 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") -- cgit v1.2.3