From 6116809ed39fdca44b86e8042214970dd44cb5bd Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Sun, 14 Nov 2021 12:13:34 +0100 Subject: Set NONEXISTENT to /nonexistent in shipped login.defs Closes: #960318 --- debian/login.defs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/login.defs b/debian/login.defs index db8baa4d..824cbaf1 100644 --- a/debian/login.defs +++ b/debian/login.defs @@ -293,6 +293,15 @@ ENCRYPT_METHOD SHA512 # SHA_CRYPT_MIN_ROUNDS 5000 # SHA_CRYPT_MAX_ROUNDS 5000 +# +# The pwck(8) utility emits a warning for any system account with a home +# directory that does not exist. Some system accounts intentionally do +# not have a home directory. Such accounts may have this string as +# their home directory in /etc/passwd to avoid a spurious warning. +# +NONEXISTENT /nonexistent + + ################# OBSOLETED BY PAM ############## # # # These options are now handled by PAM. Please # -- cgit v1.2.1