aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-01 17:31:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-01 17:31:33 -0700
commit1eafa3b6486c2abe56e093e14cfdc4941cfbf282 (patch)
tree7842bc755ac02fee166a3ff830235730eb3189bc /src/package.lisp
parent6d5c8b2d399a949fca10afcba88a1a5a68917221 (diff)
downloadconsfigurator-1eafa3b6486c2abe56e093e14cfdc4941cfbf282.tar.gz
FSTAB & CRYPTTAB: prepend HAS- to names of exported properties
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 8d2848d..34a2dd3 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -640,9 +640,9 @@
(:local-nicknames (#:os #:consfigurator.property.os)
(#:file #:consfigurator.property.file))
(:export #:volume->entry
- #:entries
- #:entries-for-volumes
- #:entries-for-opened-volumes))
+ #:has-entries
+ #:has-entries-for-volumes
+ #:has-entries-for-opened-volumes))
(package :consfigurator.property.crypttab
(:use #:consfigurator.property.disk)
@@ -650,7 +650,7 @@
(#:os #:consfigurator.property.os)
(#:file #:consfigurator.property.file))
(:export #:volume->entry
- #:entries-for-opened-volumes))
+ #:has-entries-for-opened-volumes))
(package :consfigurator.property.gnupg
(:local-nicknames (#:re #:cl-ppcre))