From 6ceda7ecff3e6b8e8a661ae20b8c2ca09363e2c9 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 24 Jun 2022 10:50:08 -0300 Subject: add USER:GROUP-EXISTS This is essentially a copy of HAS-ACCOUNT, with the equivalent of USER-EXISTS inlined. Signed-off-by: David Bremner --- src/package.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp index a8b298e..c65b04b 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -558,6 +558,7 @@ (#:os #:consfigurator.property.os)) (:export #:has-account #:has-account-with-uid + #:group-exists #:has-groups #:has-desktop-groups #:has-login-shell -- cgit v1.2.3