aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-06-17 13:49:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-06-17 14:13:58 -0700
commitf2191929a8888e4b8799cda3c7c188020a4cabf6 (patch)
treee7911a1fe279499505900ee7a5be0d0cfb6ec16e /consfigurator.asd
parent0b1fdac4616a56831827134abae259eadd3dc67d (diff)
downloadconsfigurator-f2191929a8888e4b8799cda3c7c188020a4cabf6.tar.gz
wrap OSICAT:USER-INFO with getent(1) fallback
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 86c55ac..2b315cb 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -27,7 +27,6 @@
(:cffi-grovel-file "src/libcap" :if-feature :linux)
(:file "src/util")
(:file "src/util/posix1e")
- (:file "src/util/linux-namespace")
(:file "src/connection")
(:file "src/property")
(:file "src/propspec")
@@ -52,6 +51,7 @@
(:file "src/property/fstab")
(:file "src/property/crypttab")
(:file "src/property/user")
+ (:file "src/util/linux-namespace")
(:file "src/property/git")
(:file "src/property/gnupg")
(:file "src/property/ssh")