aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-29 16:24:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-29 16:24:51 -0700
commit29eaefe485bac9a36b14e51ac65771bb3e70401a (patch)
tree14cc282c9788a3453fc54b4c8277a8a817ef5a15 /src/package.lisp
parent3959be03083f1a9710546ef8dc0f4a645c0d2f9e (diff)
downloadconsfigurator-29eaefe485bac9a36b14e51ac65771bb3e70401a.tar.gz
rename to SSH:{PARENT-IS-,}SYSTEM-KNOWN-HOST
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 123d4e8..9fc9187 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -688,8 +688,8 @@
(:export #:authorized-keys
#:has-user-key
#:known-host
- #:globally-known-host
- #:parent-is-globally-known-host))
+ #:system-known-host
+ #:parent-is-system-known-host))
(package :consfigurator.property.locale
(:local-nicknames (#:re #:cl-ppcre)