diff options
author | Felipe Sateler <fsateler@gmail.com> | 2016-10-12 16:56:27 +0200 |
---|---|---|
committer | Felipe Sateler <fsateler@gmail.com> | 2016-10-12 19:09:14 +0200 |
commit | 651742d8ecd62d718080329fbba805bf364e6c25 (patch) | |
tree | 11698670487306812e5f1369cc2d41d76aa476fc /DISTRO_PORTING | |
parent | systemd-user: add pam_unix account module (diff) | |
download | systemd-651742d8ecd62d718080329fbba805bf364e6c25.tar.xz systemd-651742d8ecd62d718080329fbba805bf364e6c25.zip |
build-sys: Allow disabling installation of pam config snippet
Diffstat (limited to 'DISTRO_PORTING')
-rw-r--r-- | DISTRO_PORTING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DISTRO_PORTING b/DISTRO_PORTING index 9f61bd6de6..51a244389d 100644 --- a/DISTRO_PORTING +++ b/DISTRO_PORTING @@ -48,6 +48,9 @@ PAM: /etc/security/limits.conf will not be read unless you load pam_limits. Make sure you add modules your distro expects from user services. + Pass --with-pamconfdir=no to ./configure to avoid installing this file + and instead install your own. + CONTRIBUTING UPSTREAM: We generally do no longer accept distribution-specific |