diff options
author | Thorsten Kukuk <5908016+thkukuk@users.noreply.github.com> | 2022-01-14 14:13:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 14:13:10 +0100 |
commit | e1870443d59ccf07278f7b016b99783f430b06b1 (patch) | |
tree | 452320a4b9d5e5aab0da62972b0b9460bd0bf251 | |
parent | 3366e250e5f336303f095518726a9cb2de7c2f46 (diff) | |
download | pam-e1870443d59ccf07278f7b016b99783f430b06b1.tar.gz pam-e1870443d59ccf07278f7b016b99783f430b06b1.tar.bz2 pam-e1870443d59ccf07278f7b016b99783f430b06b1.zip |
pam_limits: adjust docu if config file is missing (#426)
This adjustes the documentation for the changes from PR#418
We no longer fail if the config file does not exist.
-rw-r--r-- | modules/pam_limits/pam_limits.8.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/pam_limits/pam_limits.8.xml b/modules/pam_limits/pam_limits.8.xml index c1c10eca..08c6fc4d 100644 --- a/modules/pam_limits/pam_limits.8.xml +++ b/modules/pam_limits/pam_limits.8.xml @@ -61,7 +61,6 @@ If there is no explicitly specified configuration file and <filename>/etc/security/limits.conf</filename> does not exist, <filename>%vendordir%/security/limits.conf</filename> is used. - If this file does not exist, too, an error is thrown. </para> <para> The module must not be called by a multithreaded application. |