diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-05-04 21:27:35 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-05-04 21:27:35 +0000 |
commit | b4eda70f951a7d46df41831b96d87cd50910d61e (patch) | |
tree | 1b342d8c37b6e5d525a1cee21ed52dd52b3b10c9 /modules/pam_limits | |
parent | 42740b506803d7ff255332aad19ba04894ed2696 (diff) | |
download | pam-b4eda70f951a7d46df41831b96d87cd50910d61e.tar.gz pam-b4eda70f951a7d46df41831b96d87cd50910d61e.tar.bz2 pam-b4eda70f951a7d46df41831b96d87cd50910d61e.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Add missing items in comment (copied from README)
Diffstat (limited to 'modules/pam_limits')
-rw-r--r-- | modules/pam_limits/limits.skel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam_limits/limits.skel b/modules/pam_limits/limits.skel index 9ba31b19..d805e0ce 100644 --- a/modules/pam_limits/limits.skel +++ b/modules/pam_limits/limits.skel @@ -28,6 +28,7 @@ # - nproc - max number of processes # - as - address space limit # - maxlogins - max number of logins for this user +# - maxsyslogins - max number of logins on the system # - priority - the priority to run user process with # - locks - max number of file locks the user can hold # - sigpending - max number of pending signals |