From 02b093d15fdc8ae5b601fdc057ecc9eaf2d7bd07 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Sun, 12 Jan 2025 18:45:13 +0100 Subject: [PATCH] man/: Install suauth.5 only if feature exists Support for /etc/suauth only exists if su is installed without PAM support. If su is not installed (--without-su) or if PAM support is enabled (default), do not install suauth.5 manual page. Signed-off-by: Tobias Stoeckmann --- man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/Makefile.am b/man/Makefile.am index 14055097c..f34ed7acf 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -39,7 +39,6 @@ man_MANS = \ man1/sg.1 \ man3/shadow.3 \ man5/shadow.5 \ - man5/suauth.5 \ man8/useradd.8 \ man8/userdel.8 \ man8/usermod.8 \ @@ -57,6 +56,7 @@ man_nopam = \ if WITH_SU man_MANS += man1/su.1 +man_nopam += man5/suauth.5 endif if !USE_PAM