aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 56ccddb..3af51b1 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -94,7 +94,6 @@
#:posix-connection
#:connection-parent
#:lisp-connection-p
- #:reset-remote-home
#:connection-run
#:connection-readfile
#:connection-writefile
@@ -445,12 +444,16 @@
(:export #:available
#:selected-for))
+(defpackage :consfigurator.connection.local
+ (:use #:cl #:consfigurator #:alexandria)
+ (:export #:local-connection))
+
(defpackage :consfigurator.connection.shell-wrap
(:use #:cl #:consfigurator)
(:export #:shell-wrap-connection #:connection-shell-wrap))
(defpackage :consfigurator.connection.fork
- (:use #:cl #:consfigurator)
+ (:use #:cl #:consfigurator #:consfigurator.connection.local)
(:export #:fork-connection
#:post-fork
#:can-probably-fork))
@@ -483,10 +486,6 @@
#:consfigurator
#:consfigurator.connection.shell-wrap))
-(defpackage :consfigurator.connection.local
- (:use #:cl #:consfigurator #:alexandria)
- (:export #:local-connection))
-
(defpackage :consfigurator.connection.chroot
(:use #:cl
#:consfigurator