aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-23 21:23:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-23 21:23:24 -0700
commit78884173ffcdf58a65ec1b89b624684f3052803c (patch)
tree5d67d5bd60c05222bed144530e962e7b16b78f37
parent8e151835a58eaf124d1ae066a6b940019a0c6826 (diff)
downloadconsfigurator-78884173ffcdf58a65ec1b89b624684f3052803c.tar.gz
export USER:PASSWD-ENTRY
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 61d2164..3d48ad7 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -294,7 +294,8 @@
(:use #:cl #:consfigurator)
(:local-nicknames (#:file #:consfigurator.property.file))
(:export #:has-account
- #:has-login-shell))
+ #:has-login-shell
+ #:passwd-entry))
(defpackage :consfigurator.property.chroot
(:use #:cl #:consfigurator #:alexandria)