diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-06 11:38:43 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-06 11:38:43 +0000 |
commit | 9fe629581bf126af81233706e71bec60decee79c (patch) | |
tree | 24358d9de5cd0f6f399cef9761dcbd5af03a9b9e /modules/pam_umask/pam_umask.8.xml | |
parent | ea68558c25723480e609918b8ce11b3a8ac10b93 (diff) | |
download | pam-9fe629581bf126af81233706e71bec60decee79c.tar.gz pam-9fe629581bf126af81233706e71bec60decee79c.tar.bz2 pam-9fe629581bf126af81233706e71bec60decee79c.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-08-06 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_umask/pam_umask.c (setup_limits_from_gecos):
Add error handling.
* modules/pam_umask/pam_umask.8.xml: Document silent option.
* xtests/Makefile.am: Fix includes for bootstrapping.
Reported by Greg Schafer <gschafer@zip.com.au>.
Diffstat (limited to 'modules/pam_umask/pam_umask.8.xml')
-rw-r--r-- | modules/pam_umask/pam_umask.8.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/pam_umask/pam_umask.8.xml b/modules/pam_umask/pam_umask.8.xml index 8bb866a0..d65e6660 100644 --- a/modules/pam_umask/pam_umask.8.xml +++ b/modules/pam_umask/pam_umask.8.xml @@ -22,6 +22,9 @@ debug </arg> <arg choice="opt"> + silent + </arg> + <arg choice="opt"> usergroups </arg> <arg choice="opt"> @@ -97,6 +100,17 @@ <varlistentry> <term> + <option>silent</option> + </term> + <listitem> + <para> + Don't print informative messages. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> <option>usergroups</option> </term> <listitem> |