diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-07-11 05:43:50 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-07-11 05:43:50 +0000 |
commit | 449f88eeb44e910b25261e8e5bead120d3757fec (patch) | |
tree | f7e975a38ddc879704eeae18123ac74a4c3c12ca /doc/pam_source.sgml | |
parent | f58075a0497ae9c32a43a71a1bdb1d1b6c9e83d4 (diff) | |
download | pam-449f88eeb44e910b25261e8e5bead120d3757fec.tar.gz pam-449f88eeb44e910b25261e8e5bead120d3757fec.tar.bz2 pam-449f88eeb44e910b25261e8e5bead120d3757fec.zip |
Relevant BUGIDs: 476963
Purpose of commit: new feature
Commit summary:
---------------
some applications are not prepared to get a SIGCHLD from a child
process they didn't think they launched, so we now suppress
this signal for the duration of use of the helper binary.
The 'noreap' module argument is provided to override this new
default.
Diffstat (limited to 'doc/pam_source.sgml')
-rw-r--r-- | doc/pam_source.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pam_source.sgml b/doc/pam_source.sgml index 2dd5783e..674404b4 100644 --- a/doc/pam_source.sgml +++ b/doc/pam_source.sgml @@ -46,7 +46,7 @@ DAMAGE. <title>The Linux-PAM System Administrators' Guide <author>Andrew G. Morgan, <tt>morgan@kernel.org</tt> -<date>DRAFT v0.76 2002/06/26 +<date>DRAFT v0.77 2002/07/10 <abstract> This manual documents what a system-administrator needs to know about the <bf>Linux-PAM</bf> library. It covers the correct syntax of the |