~clint-fewbar/+junk/debian-cyrus-sasl2-builddeb

« back to all changes in this revision

Viewing changes to debian/patches/0003_saslauthd_mdoc.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2011-03-16 22:42:49 UTC
  • mfrom: (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110316224249-jnzehmjy5hqpapu2
* Eliminate getsubopt conflict when building with glibc 2.2, thanks to
  Colin Watson for the patch (Closes: #588528)
* Convert package from using dpatch to using quilt
* debian/sasl2-bin.saslauthd.init: Properly handle $(OPTIONS) missing from
  defaults file (Closes: #515534)
* Bump Standards-Version to 3.9.1 (no changes)
* cyrus-sasl2-dbg: Demote dependency on cyrus-sasl2-{mit,heimdal}-dbg to
  a recommendation (Closes: #607558)
* Enable hardening features (Closes: #542725)
* Fix FTBFS, add $(SASL_DB_LIB) as dependency to libsasldb, and use it.
  Thanks to Matthias Klose for the patch (Closes: #609237)
* Drop gratuitous dependency on krb5support (Closes: #528238)
* Ship docs on testing with sasl-sample-{client,server} (Closes: #516542)
* Allow getting saslauthd status with '/etc/init.d/saslauthd status'.
  Thanks to Raoul Bhatia for the patch (Closes: #589181)
* Fix documentation on saslauthd runtime directory perms (Closes: #528554)
* Add Danish translation, thanks to Joe Dalton.  (Closes: #585553)
* Change to machine readable copyright file (Closes: 470948)
* Improve documentation on location of socket directory based on whether
  Postfix runs inside or outside a chroot, thanks to Walter Rohrer for the
  suggestion.  (Closes: #528553)
* Start shipping gen-auth (Closes: #459624)
* Switch to dpkg-source 3.0 (quilt) format.
* Drop Conflicts/Replaces for pre-Lenny and pre-Sarge versions of packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 0003_saslauthd_mdoc.dpatch by  <fabbe@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Use the correct path for the saslauthd.conf file, and use another
6
 
## DP: date format (cosmetic).
7
 
 
8
 
@DPATCH@
9
 
diff -urNad trunk~/saslauthd/saslauthd.mdoc trunk/saslauthd/saslauthd.mdoc
10
 
--- trunk~/saslauthd/saslauthd.mdoc     2006-05-29 22:52:42.000000000 +0300
11
 
+++ trunk/saslauthd/saslauthd.mdoc      2006-07-12 15:05:25.000000000 +0300
12
 
@@ -10,7 +10,7 @@
13
 
 .\" manpage in saslauthd.8 whenever you change this source
14
 
 .\" version. Only the pre-formatted manpage is installed.
15
 
 .\"
16
 
-.Dd 10 24 2002
17
 
+.Dd October 24 2002
18
 
 .Dt SASLAUTHD 8
19
 
 .Os "CMU-SASL"
20
 
 .Sh NAME
21
 
@@ -216,7 +216,7 @@
22
 
 .Em (All platforms that support OpenLDAP 2.0 or higher)
23
 
 .Pp
24
 
 Authenticate against an ldap server.  The ldap configuration parameters are
25
 
-read from /usr/local/etc/saslauthd.conf.  The location of this file can be
26
 
+read from /etc/saslauthd.conf.  The location of this file can be
27
 
 changed with the -O parameter. See the LDAP_SASLAUTHD file included with the
28
 
 distribution for the list of available parameters.
29
 
 .It Li sia
30
 
@@ -249,7 +249,7 @@
31
 
 .Bl -tag -width "/var/run/saslauthd/mux"
32
 
 .It Pa /var/run/saslauthd/mux
33
 
 The default communications socket.
34
 
-.It Pa /usr/local/etc/saslauthd.conf
35
 
+.It Pa /etc/saslauthd.conf
36
 
 The default configuration file for ldap support.
37
 
 .El
38
 
 .Sh SEE ALSO