Description: Update the installation directories. Change @prefix@/... to @localstatedir@ or @sysconfdir@ as appropriate to comply with the FHS Forwarded: not-needed Author: Paolo Molaro Author: Julien Lemoine Author: Luis Rodrigo Gallardo Cruz Last-Update: 2016-07-06 --- a/tools/stunnel.conf-sample.in +++ b/tools/stunnel.conf-sample.in @@ -64,7 +64,7 @@ accept = 127.0.0.1:110 connect = pop.gmail.com:995 verifyChain = yes -CApath = /etc/ssl/certs +CApath = @sysconfdir/ssl/certs checkHost = pop.gmail.com OCSPaia = yes @@ -73,7 +73,7 @@ accept = 127.0.0.1:143 connect = imap.gmail.com:993 verifyChain = yes -CApath = /etc/ssl/certs +CApath = @sysconfdir/ssl/certs checkHost = imap.gmail.com OCSPaia = yes @@ -82,7 +82,7 @@ accept = 127.0.0.1:25 connect = smtp.gmail.com:465 verifyChain = yes -CApath = /etc/ssl/certs +CApath = @sysconfdir/ssl/certs checkHost = smtp.gmail.com OCSPaia = yes