aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-25 12:50:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-25 12:50:00 -0700
commit22d49a2679e7a624e074231792ff9d2fc7614038 (patch)
tree364b60899d3e9d0fd7cb910f9b72259524b84deb
parent510df766f8289056725a8d132f099714e72bf57c (diff)
downloadconsfigurator-22d49a2679e7a624e074231792ff9d2fc7614038.tar.gz
USER::USER-EXISTS: use MRUN
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/user.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/user.lisp b/src/property/user.lisp
index 8e900b5..9eb1562 100644
--- a/src/property/user.lisp
+++ b/src/property/user.lisp
@@ -50,4 +50,4 @@ properties not strictly POSIX-compatible."
:separator ":"))))
(defun user-exists (username)
- (zerop (run :for-exit "getent" "passwd" username)))
+ (zerop (mrun :for-exit "getent" "passwd" username)))