diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-05-01 15:02:58 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-05-01 15:02:58 +0000 |
commit | a9bf2f27c6e68ad44763cc28ce9d4f693b0df26a (patch) | |
tree | 20b6e61cb519f6fb27a0bd888a39d20248293693 /modules/pam_unix | |
parent | 04e30652172d69d399641893e6a801503a0a1f8f (diff) |
Notes
Diffstat (limited to 'modules/pam_unix')
-rw-r--r-- | modules/pam_unix/Makefile.am | 2 | ||||
-rw-r--r-- | modules/pam_unix/Makefile.in | 2 | ||||
-rw-r--r-- | modules/pam_unix/pam_unix.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_unix/Makefile.am b/modules/pam_unix/Makefile.am index a1c97c737cecb..418f315244621 100644 --- a/modules/pam_unix/Makefile.am +++ b/modules/pam_unix/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am 834 2014-10-28 10:25:58Z des $ +# $OpenPAM: Makefile.am 938 2017-04-30 21:34:42Z des $ if CUSTOM_MODULES_DIR moduledir = $(OPENPAM_MODULES_DIR) diff --git a/modules/pam_unix/Makefile.in b/modules/pam_unix/Makefile.in index 1a2507d9bd803..fda413dd55154 100644 --- a/modules/pam_unix/Makefile.in +++ b/modules/pam_unix/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ -# $Id: Makefile.am 834 2014-10-28 10:25:58Z des $ +# $OpenPAM: Makefile.am 938 2017-04-30 21:34:42Z des $ VPATH = @srcdir@ am__is_gnu_make = { \ diff --git a/modules/pam_unix/pam_unix.c b/modules/pam_unix/pam_unix.c index 06d020bc3a22d..ab8134d7a85b7 100644 --- a/modules/pam_unix/pam_unix.c +++ b/modules/pam_unix/pam_unix.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pam_unix.c 890 2016-01-11 16:22:09Z des $ + * $OpenPAM: pam_unix.c 938 2017-04-30 21:34:42Z des $ */ #ifdef HAVE_CONFIG_H |