Add man page to testtcpauthd
This commit is contained in:
parent
1e849fab0c
commit
48b481cae8
37
cyrus-sasl-2.1.23-man.patch
Normal file
37
cyrus-sasl-2.1.23-man.patch
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
diff -up cyrus-sasl-2.1.23/mac/libdes/src/des_crypt.man cyrus-sasl-2.1.23/mac/libdes/src/des_crypt
|
||||||
|
diff -up cyrus-sasl-2.1.23/mac/libdes/src/des.man cyrus-sasl-2.1.23/mac/libdes/src/des
|
||||||
|
diff -up cyrus-sasl-2.1.23/man/Makefile.am.man cyrus-sasl-2.1.23/man/Makefile.am
|
||||||
|
--- cyrus-sasl-2.1.23/man/Makefile.am.man 2010-02-05 10:40:17.000000000 +0100
|
||||||
|
+++ cyrus-sasl-2.1.23/man/Makefile.am 2010-02-05 10:40:47.000000000 +0100
|
||||||
|
@@ -54,6 +54,6 @@ man_MANS = sasl_authorize_t.3 sasl_done.
|
||||||
|
sasl_auxprop_getctx.3 sasl_auxprop.3 sasl_idle.3 \
|
||||||
|
sasl_errdetail.3 sasl_user_exists.3 sasl_setpass.3 \
|
||||||
|
sasl_server_userdb_checkpass_t.3 sasl_server_userdb_setpass_t.3 \
|
||||||
|
- sasl_global_listmech.3 sasl_getconfpath_t.3
|
||||||
|
+ sasl_global_listmech.3 sasl_getconfpath_t.3 testsaslauthd.8
|
||||||
|
|
||||||
|
EXTRA_DIST = $(man_MANS)
|
||||||
|
diff -up cyrus-sasl-2.1.23/man/testsaslauthd.8.man cyrus-sasl-2.1.23/man/testsaslauthd.8
|
||||||
|
--- cyrus-sasl-2.1.23/man/testsaslauthd.8.man 2010-02-05 10:40:07.000000000 +0100
|
||||||
|
+++ cyrus-sasl-2.1.23/man/testsaslauthd.8 2010-02-05 09:48:43.000000000 +0100
|
||||||
|
@@ -0,0 +1,20 @@
|
||||||
|
+.\" Hey, EMACS: -*- nroff -*-
|
||||||
|
+.TH TESTSASLAUTHD 8 "14 October 2006"
|
||||||
|
+.SH NAME
|
||||||
|
+testsaslauthd \- test utility for the SASL authentication server
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.B testsaslauthd
|
||||||
|
+.RI "[ " \(hyr " " realm " ] [ " \(hys " " servicename " ] [ " \(hyf " " socket " " path " ] [ " \(hyR " " repeatnum " ]"
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+This manual page documents briefly the
|
||||||
|
+.B testsaslauthd
|
||||||
|
+command.
|
||||||
|
+.PP
|
||||||
|
+.SH SEE ALSO
|
||||||
|
+.BR saslauthd (8).
|
||||||
|
+.br
|
||||||
|
+.SH AUTHOR
|
||||||
|
+testsaslauthd was written by Carnegie Mellon University.
|
||||||
|
+.PP
|
||||||
|
+This manual page was written by Roberto C. Sanchez <roberto@connexer.com>,
|
||||||
|
+for the Debian project (but may be used by others).
|
@ -9,7 +9,7 @@
|
|||||||
Summary: The Cyrus SASL library
|
Summary: The Cyrus SASL library
|
||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
Version: 2.1.23
|
Version: 2.1.23
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
|
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
|
||||||
@ -25,6 +25,7 @@ URL: http://asg.web.cmu.edu/sasl/sasl-library.html
|
|||||||
Requires: %{name}-lib = %{version}-%{release}
|
Requires: %{name}-lib = %{version}-%{release}
|
||||||
Patch11: cyrus-sasl-2.1.18-no_rpath.patch
|
Patch11: cyrus-sasl-2.1.18-no_rpath.patch
|
||||||
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
|
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
|
||||||
|
Patch23: cyrus-sasl-2.1.23-man.patch
|
||||||
Patch24: cyrus-sasl-2.1.21-sizes.patch
|
Patch24: cyrus-sasl-2.1.21-sizes.patch
|
||||||
Patch25: cyrus-sasl-2.1.22-typo.patch
|
Patch25: cyrus-sasl-2.1.22-typo.patch
|
||||||
Patch26: cyrus-sasl-2.1.22-digest-commas.patch
|
Patch26: cyrus-sasl-2.1.22-digest-commas.patch
|
||||||
@ -142,6 +143,7 @@ chmod -x doc/*.html
|
|||||||
chmod -x include/*.h
|
chmod -x include/*.h
|
||||||
%patch11 -p1 -b .no_rpath
|
%patch11 -p1 -b .no_rpath
|
||||||
%patch15 -p1 -b .path
|
%patch15 -p1 -b .path
|
||||||
|
%patch23 -p1 -b .man
|
||||||
%patch24 -p1 -b .sizes
|
%patch24 -p1 -b .sizes
|
||||||
%patch25 -p1 -b .typo
|
%patch25 -p1 -b .typo
|
||||||
%patch26 -p2 -b .digest-commas
|
%patch26 -p2 -b .digest-commas
|
||||||
@ -389,6 +391,9 @@ fi
|
|||||||
%{_sbindir}/sasl2-shared-mechlist
|
%{_sbindir}/sasl2-shared-mechlist
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 5 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-7
|
||||||
|
- Add man page to testtcpauthd (#526189)
|
||||||
|
|
||||||
* Fri Oct 16 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-6
|
* Fri Oct 16 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-6
|
||||||
- Create the saslauth user according to fedora packaging guide
|
- Create the saslauth user according to fedora packaging guide
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user