[Xfce4-commits] <postler:master> Add certificate file location used on FreeBSD
Christian Dywan
noreply at xfce.org
Thu Dec 16 22:30:02 CET 2010
Updating branch refs/heads/master
to 6e03da94391574b465419c1ccb15ef1844a1c3b6 (commit)
from 09b04736fdee16dd71efd4ce90b454350ecd24de (commit)
commit 6e03da94391574b465419c1ccb15ef1844a1c3b6
Author: André Stösel <andre at stoesel.de>
Date: Thu Dec 16 22:25:12 2010 +0100
Add certificate file location used on FreeBSD
postler/postler-accounts.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/postler/postler-accounts.vala b/postler/postler-accounts.vala
index f9bc0c4..c2d0bc6 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -127,7 +127,8 @@ public class Postler.Accounts : GLib.Object {
const string[] root_certificate_files = {
"/etc/pki/tls/certs/ca-bundle.crt",
- "/etc/ssl/certs/ca-certificates.crt"
+ "/etc/ssl/certs/ca-certificates.crt",
+ "/usr/local/share/certs/ca-root-nss.crt"
};
public Accounts (string? location=null) {
More information about the Xfce4-commits
mailing list