[Pkg-cyrus-sasl2-commits] r316 - in /cyrus-sasl-2.1/trunk/debian: changelog patches/0020_saslauthd_manpage.dpatch patches/00list

fabbe at users.alioth.debian.org fabbe at users.alioth.debian.org
Mon Feb 18 11:36:45 UTC 2008


Author: fabbe
Date: Mon Feb 18 11:36:45 2008
New Revision: 316

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=316
Log:
Add patch to correct typos in saslauthd man page.

Added:
    cyrus-sasl-2.1/trunk/debian/patches/0020_saslauthd_manpage.dpatch   (with props)
Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/patches/00list

Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=316&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Mon Feb 18 11:36:45 2008
@@ -15,11 +15,13 @@
     saslauthd. (Closes: #459762)
   * debian/sasl2-bin.config: Don't call db_reset -- if the user has already
     seen the backup question, we don't ask again. (Closes: #464103)
+  * debian/patches/0020_saslauthd_manpage.dpatch: Correct typos in saslauthd
+    man page. Thanks to Thijs Kinkhorst. (Closes: #463016)
 
   [ Roberto C. Sanchez ]
   * Add Swedish translation (Closes: #460496)
 
- -- Fabian Fagerholm <fabbe at debian.org>  Mon, 18 Feb 2008 13:00:41 +0200
+ -- Fabian Fagerholm <fabbe at debian.org>  Mon, 18 Feb 2008 13:34:01 +0200
 
 cyrus-sasl2 (2.1.22.dfsg1-17) unstable; urgency=low
 

Added: cyrus-sasl-2.1/trunk/debian/patches/0020_saslauthd_manpage.dpatch
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/patches/0020_saslauthd_manpage.dpatch?rev=316&op=file
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/patches/0020_saslauthd_manpage.dpatch (added)
+++ cyrus-sasl-2.1/trunk/debian/patches/0020_saslauthd_manpage.dpatch Mon Feb 18 11:36:45 2008
@@ -1,0 +1,139 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 0020_saslauthd_manpage.dpatch by  Thijs Kinkhorst <thijs at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Correct typos in saslauthd man page.
+
+ at DPATCH@
+diff -urNad trunk~/saslauthd/saslauthd.8 trunk/saslauthd/saslauthd.8
+--- trunk~/saslauthd/saslauthd.8	2006-06-04 12:26:20.000000000 +0300
++++ trunk/saslauthd/saslauthd.8	2008-02-18 13:31:32.000000000 +0200
+@@ -37,7 +37,7 @@
+ 
+      -H hostname
+              The remote host to be contacted by the rimap authentication mech-
+-             anism. (Depricated, use -O instead)
++             anism. (Deprecated, use -O instead)
+ 
+      -m path
+              Use path as the pathname to the named socket to listen on for
+@@ -51,7 +51,7 @@
+              Use threads processes for responding to authentication queries.
+              (default: 5)  A value of zero will indicate that saslauthd should
+              fork an individual process for each connection.  This can solve
+-             leaks that occur in some deployments..
++             leaks that occur in some deployments.
+ 
+      -s size
+              Use size as the table size of the hash table (in kilobytes)
+@@ -64,7 +64,7 @@
+ 
+      -h      Show usage information
+ 
+-     -c      Enable cacheing of authentication credentials
++     -c      Enable caching of authentication credentials
+ 
+      -l      Disable the use of a lock file for controlling access to
+              accept().
+@@ -72,7 +72,7 @@
+      -r      Combine the realm with the login (with an '@' sign in between).
+              e.g.  login: "foo" realm: "bar" will get passed as login:
+              "foo at bar".  Note that the realm will still be passed, which may
+-             lead to unexpected behavior.
++             lead to unexpected behaviour.
+ 
+      -v      Print the version number and available authentication mechanisms
+              on standard error, then exit.
+@@ -80,7 +80,7 @@
+      -d      Debugging mode.
+ 
+    Logging
+-     saslauthd logs it's activities via syslogd using the LOG_AUTH facility.
++     saslauthd logs its activities via syslogd using the LOG_AUTH facility.
+ 
+ AUTHENTICATION MECHANISMS
+      saslauthd supports one or more "authentication mechanisms", dependent
+@@ -96,7 +96,7 @@
+ 
+                 Authenticate using the getpwent() library function. Typically
+                 this authenticates against the local password file. See your
+-                systems getpwent(3) man page for details.
++                system's getpwent(3) man page for details.
+ 
+      kerberos4  (All platforms)
+ 
+@@ -145,7 +145,7 @@
+      sasldb     (All platforms)
+ 
+                 Authenticate against the SASL authentication database.  Note
+-                that this is probabally not what you want to be using, and is
++                that this is probably not what you want to be using, and is
+                 even disabled at compile-time by default.  If you want to use
+                 sasldb with the SASL library, you probably want to use the
+                 pwcheck_method of "auxprop" along with the sasldb auxprop plu-
+diff -urNad trunk~/saslauthd/saslauthd.mdoc trunk/saslauthd/saslauthd.mdoc
+--- trunk~/saslauthd/saslauthd.mdoc	2006-06-04 12:26:20.000000000 +0300
++++ trunk/saslauthd/saslauthd.mdoc	2008-02-18 13:33:12.000000000 +0200
+@@ -64,7 +64,7 @@
+ .It Fl H Ar hostname
+ The remote host to be contacted by the
+ .Li rimap
+-authentication mechanism. (Depricated, use -O instead)
++authentication mechanism. (Deprecated, use -O instead)
+ .It Fl m Ar path
+ Use
+ .Ar path
+@@ -79,7 +79,7 @@
+ processes for responding to authentication queries. (default: 5)  A
+ value of zero will indicate that saslauthd should fork an individual
+ process for each connection.  This can solve leaks that occur in some
+-deployments..
++deployments.
+ .It Fl s Ar size
+ Use
+ .Ar size
+@@ -93,13 +93,13 @@
+ .It Fl h
+ Show usage information
+ .It Fl c
+-Enable cacheing of authentication credentials
++Enable caching of authentication credentials
+ .It Fl l
+ Disable the use of a lock file for controlling access to accept().
+ .It Fl r
+ Combine the realm with the login (with an '@' sign in between).  e.g.
+ login: "foo" realm: "bar" will get passed as login: "foo at bar".  Note that
+-the realm will still be passed, which may lead to unexpected behavior.
++the realm will still be passed, which may lead to unexpected behaviour.
+ .It Fl v
+ Print the version number and available authentication
+ mechanisms on standard error, then exit.
+@@ -108,7 +108,7 @@
+ .El
+ .Ss Logging
+ .Nm
+-logs it's activities via
++logs its activities via
+ .Nm syslogd
+ using the
+ .Dv LOG_AUTH
+@@ -132,7 +132,7 @@
+ Authenticate using the
+ .Fn getpwent
+ library function. Typically this authenticates against the
+-local password file. See your systems
++local password file. See your system's
+ .Xr getpwent 3
+ man page for details.
+ .It Li kerberos4
+@@ -207,8 +207,8 @@
+ .Em (All platforms)
+ .Pp
+ Authenticate against the
+-SASL authentication database.  Note that this is probabally not what you
+-want to be using, and is even disabled at compile-time by default.
++SASL authentication database.  Note that this is probably not what you
++want to use, and is even disabled at compile-time by default.
+ If you want to use sasldb with the SASL library, you probably want to
+ use the pwcheck_method of "auxprop" along with the sasldb auxprop plugin
+ instead.

Propchange: cyrus-sasl-2.1/trunk/debian/patches/0020_saslauthd_manpage.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: cyrus-sasl-2.1/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/patches/00list?rev=316&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/patches/00list (original)
+++ cyrus-sasl-2.1/trunk/debian/patches/00list Mon Feb 18 11:36:45 2008
@@ -17,3 +17,4 @@
 0017_db4.6
 0018_auth_rimap_quotes
 0019_ldap_deprecated
+0020_saslauthd_manpage




More information about the Pkg-cyrus-sasl2-commits mailing list