From f2191929a8888e4b8799cda3c7c188020a4cabf6 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 17 Jun 2022 13:49:34 -0700 Subject: wrap OSICAT:USER-INFO with getent(1) fallback Signed-off-by: Sean Whitton --- consfigurator.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'consfigurator.asd') 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") -- cgit v1.2.3