mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
build-sys: do not install pam_systemd(8) without PAM
This commit is contained in:
@@ -15,7 +15,6 @@ MANPAGES += \
|
||||
man/machine-id.5 \
|
||||
man/machine-info.5 \
|
||||
man/os-release.5 \
|
||||
man/pam_systemd.8 \
|
||||
man/runlevel.8 \
|
||||
man/sd-daemon.3 \
|
||||
man/sd-id128.3 \
|
||||
@@ -423,6 +422,7 @@ endif
|
||||
if HAVE_PAM
|
||||
MANPAGES += \
|
||||
man/loginctl.1 \
|
||||
man/pam_systemd.8 \
|
||||
man/sd-login.3 \
|
||||
man/sd_get_seats.3 \
|
||||
man/sd_login_monitor_new.3 \
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<refentry id="pam_systemd">
|
||||
<refentry id="pam_systemd" conditional='HAVE_PAM'>
|
||||
|
||||
<refentryinfo>
|
||||
<title>pam_systemd</title>
|
||||
|
||||
Reference in New Issue
Block a user