Date: Thu, 9 Jun 2005 17:05:53 GMT From: Dag-Erling Smorgrav <des@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 78252 for review Message-ID: <200506091705.j59H5rKw050313@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=78252 Change 78252 by des@des.at.des.no on 2005/06/09 17:05:38 Add a pam.conf(5) manual page. Affected files ... .. //depot/projects/openpam/MANIFEST#21 edit .. //depot/projects/openpam/doc/man/Makefile.am#3 edit .. //depot/projects/openpam/doc/man/pam.conf.5#1 add Differences ... ==== //depot/projects/openpam/MANIFEST#21 (text+ko) ==== @@ -1,5 +1,5 @@ # -# $P4: //depot/projects/openpam/MANIFEST#20 $ +# $P4: //depot/projects/openpam/MANIFEST#21 $ # CREDITS HISTORY @@ -47,6 +47,7 @@ doc/man/openpam_set_option.3 doc/man/openpam_ttyconv.3 doc/man/pam.3 +doc/man/pam.conf.5 doc/man/pam.man doc/man/pam_acct_mgmt.3 doc/man/pam_authenticate.3 ==== //depot/projects/openpam/doc/man/Makefile.am#3 (text+ko) ==== @@ -1,3 +1,5 @@ +# $P4: //depot/projects/openpam/doc/man/Makefile.am#3 $ + NULL = # Standard PAM API @@ -58,6 +60,8 @@ man3_MANS = $(ALLCMAN) openpam.3 pam.3 pam_conv.3 +man5_MANS = pam.conf.5 + CLEANFILES = $(ALLCMAN) $(LINKS) openpam.3 pam.3 symlink-stamp GENDOC = $(top_srcdir)/misc/gendoc.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506091705.j59H5rKw050313>