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

c4de4d
diff -up cyrus-sasl-2.1.27/saslauthd/saslauthd.mdoc.path cyrus-sasl-2.1.27/saslauthd/saslauthd.mdoc
c4de4d
--- cyrus-sasl-2.1.27/saslauthd/saslauthd.mdoc.path	2015-10-15 15:44:43.000000000 +0200
c4de4d
+++ cyrus-sasl-2.1.27/saslauthd/saslauthd.mdoc	2015-11-20 15:05:30.421377527 +0100
c4de4d
@@ -221,7 +221,7 @@ instead.
c4de4d
 .Em (All platforms that support OpenLDAP 2.0 or higher)
c4de4d
 .Pp
c4de4d
 Authenticate against an ldap server.  The ldap configuration parameters are
c4de4d
-read from /usr/local/etc/saslauthd.conf.  The location of this file can be
c4de4d
+read from /etc/saslauthd.conf.  The location of this file can be
c4de4d
 changed with the -O parameter. See the LDAP_SASLAUTHD file included with the
c4de4d
 distribution for the list of available parameters.
c4de4d
 .It Li sia
c4de4d
@@ -251,10 +251,10 @@ these ticket files can cause serious per
c4de4d
 servers. (Kerberos
c4de4d
 was never intended to be used in this manner, anyway.)
c4de4d
 .Sh FILES
c4de4d
-.Bl -tag -width "/var/run/saslauthd/mux"
c4de4d
-.It Pa /var/run/saslauthd/mux
c4de4d
+.Bl -tag -width "/run/saslauthd/mux"
c4de4d
+.It Pa /run/saslauthd/mux
c4de4d
 The default communications socket.
c4de4d
-.It Pa /usr/local/etc/saslauthd.conf
c4de4d
+.It Pa /etc/saslauthd.conf
c4de4d
 The default configuration file for ldap support.
c4de4d
 .El
c4de4d
 .Sh SEE ALSO