diff options
author | Steve Langasek <vorlon@debian.org> | 2014-01-15 16:08:33 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:53 -0800 |
commit | dfb5a0fc58b09a2366ee8391d34a1b0a718fe895 (patch) | |
tree | d30693f34fad4a1088295f4d5c54f54c5ec58b64 | |
parent | a5b156a4262d48c2dd06340dd8972200116fb913 (diff) | |
download | pam-dfb5a0fc58b09a2366ee8391d34a1b0a718fe895.tar.gz pam-dfb5a0fc58b09a2366ee8391d34a1b0a718fe895.tar.bz2 pam-dfb5a0fc58b09a2366ee8391d34a1b0a718fe895.zip |
Add missing patch to autogenerated pam_env.8
-rw-r--r-- | debian/patches-applied/PAM-manpage-section | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches-applied/PAM-manpage-section b/debian/patches-applied/PAM-manpage-section index aa0d1eed..7fdedf05 100644 --- a/debian/patches-applied/PAM-manpage-section +++ b/debian/patches-applied/PAM-manpage-section @@ -1601,3 +1601,22 @@ Index: pam.debian/modules/pam_xauth/pam_xauth.8 .SH "AUTHOR" .PP pam_xauth was written by Nalin Dahyabhai <nalin@redhat\&.com>, based on original version by Michael K\&. Johnson <johnsonm@redhat\&.com>\&. +Index: pam.debian/modules/pam_env/pam_env.8 +=================================================================== +--- pam.debian.orig/modules/pam_env/pam_env.8 ++++ pam.debian/modules/pam_env/pam_env.8 +@@ -2,12 +2,12 @@ + .\" Title: pam_env + .\" Author: [see the "AUTHOR" section] + .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> +-.\" Date: 01/15/2014 ++.\" Date: 01/16/2014 + .\" Manual: Linux-PAM Manual + .\" Source: Linux-PAM Manual + .\" Language: English + .\" +-.TH "PAM_ENV" "8" "01/15/2014" "Linux-PAM Manual" "Linux-PAM Manual" ++.TH "PAM_ENV" "8" "01/16/2014" "Linux-PAM Manual" "Linux-PAM Manual" + .\" ----------------------------------------------------------------- + .\" * Define some portability stuff + .\" ----------------------------------------------------------------- |