Blame SOURCES/cyrus-sasl-2.1.20-saslauthd.conf-path.patch

b9abc1
diff -up cyrus-sasl-2.1.25/saslauthd/saslauthd.8.path cyrus-sasl-2.1.25/saslauthd/saslauthd.8
b9abc1
--- cyrus-sasl-2.1.25/saslauthd/saslauthd.8.path	2012-02-08 17:02:25.143783451 +0100
b9abc1
+++ cyrus-sasl-2.1.25/saslauthd/saslauthd.8	2012-02-08 17:04:31.775795190 +0100
b9abc1
@@ -177,7 +177,7 @@ N?NO?OT?TE?ES?S
b9abc1
      anyway.)
b9abc1
 
b9abc1
 F?FI?IL?LE?ES?S
b9abc1
-     /var/run/saslauthd/mux  The default communications socket.
b9abc1
+     /run/saslauthd/mux  The default communications socket.
b9abc1
 
b9abc1
      /usr/local/etc/saslauthd.conf
b9abc1
                              The default configuration file for ldap support.
b9abc1
diff -up cyrus-sasl-2.1.25/saslauthd/saslauthd.mdoc.path cyrus-sasl-2.1.25/saslauthd/saslauthd.mdoc
b9abc1
--- cyrus-sasl-2.1.25/saslauthd/saslauthd.mdoc.path	2009-12-03 20:07:03.000000000 +0100
b9abc1
+++ cyrus-sasl-2.1.25/saslauthd/saslauthd.mdoc	2012-02-08 17:01:39.400986561 +0100
b9abc1
@@ -216,7 +216,7 @@ instead.
b9abc1
 .Em (All platforms that support OpenLDAP 2.0 or higher)
b9abc1
 .Pp
b9abc1
 Authenticate against an ldap server.  The ldap configuration parameters are
b9abc1
-read from /usr/local/etc/saslauthd.conf.  The location of this file can be
b9abc1
+read from /etc/saslauthd.conf.  The location of this file can be
b9abc1
 changed with the -O parameter. See the LDAP_SASLAUTHD file included with the
b9abc1
 distribution for the list of available parameters.
b9abc1
 .It Li sia
b9abc1
@@ -246,10 +246,10 @@ these ticket files can cause serious per
b9abc1
 servers. (Kerberos
b9abc1
 was never intended to be used in this manner, anyway.)
b9abc1
 .Sh FILES
b9abc1
-.Bl -tag -width "/var/run/saslauthd/mux"
b9abc1
-.It Pa /var/run/saslauthd/mux
b9abc1
+.Bl -tag -width "/run/saslauthd/mux"
b9abc1
+.It Pa /run/saslauthd/mux
b9abc1
 The default communications socket.
b9abc1
-.It Pa /usr/local/etc/saslauthd.conf
b9abc1
+.It Pa /etc/saslauthd.conf
b9abc1
 The default configuration file for ldap support.
b9abc1
 .El
b9abc1
 .Sh SEE ALSO