diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-02-01 03:01:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-02-01 12:13:45 +0100 |
commit | af06ddf51a8aeff452a13f597e46a9198c977158 (patch) | |
tree | 19d460981f353facaac614191e690e18c4e6f62f /man/pam_systemd_home.xml | |
parent | test: don't install /etc/securetty (diff) | |
download | systemd-af06ddf51a8aeff452a13f597e46a9198c977158.tar.xz systemd-af06ddf51a8aeff452a13f597e46a9198c977158.zip |
meson, man: do not install pam_systemd_home(8) when pam or homed is disabled
Fixes #14725.
Diffstat (limited to 'man/pam_systemd_home.xml')
-rw-r--r-- | man/pam_systemd_home.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pam_systemd_home.xml b/man/pam_systemd_home.xml index 72a6d091bf..6dc1a830b6 100644 --- a/man/pam_systemd_home.xml +++ b/man/pam_systemd_home.xml @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <!-- SPDX-License-Identifier: LGPL-2.1+ --> -<refentry id="pam_systemd_home" conditional='HAVE_PAM'> +<refentry id="pam_systemd_home" conditional='ENABLE_PAM_HOME'> <refentryinfo> <title>pam_systemd_home</title> |