diff options
Diffstat (limited to 'mail/horde4-imp/files/patch-config::conf.xml')
-rw-r--r-- | mail/horde4-imp/files/patch-config::conf.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/horde4-imp/files/patch-config::conf.xml b/mail/horde4-imp/files/patch-config::conf.xml deleted file mode 100644 index 09d8f92142cb..000000000000 --- a/mail/horde4-imp/files/patch-config::conf.xml +++ /dev/null @@ -1,29 +0,0 @@ ---- config/conf.xml.orig 2008-01-02 22:07:57.000000000 -0900 -+++ config/conf.xml 2008-03-03 10:49:08.000000000 -0900 -@@ -9,7 +9,7 @@ - <case name="aspell" desc="aspell (command line)"> - <configsection name="params"> - <configstring name="path" required="false" desc="Enter the location of -- the aspell binary" /> -+ the aspell binary">%%ASPELL%%</configstring> - </configsection> - </case> - </configswitch> -@@ -19,7 +19,7 @@ - <configstring name="gnupg" required="false" desc="If you want users to have - the option of using the GNU Privacy Guard program to decrypt/encrypt PGP - files, enter the location of the 'gpg' binary here. If this is empty this -- feature will be disabled."/> -+ feature will be disabled.">%%GPG%%</configstring> - <configmultienum name="gnupg_keyserver" required="false" desc="The address - of the public PGP keyserver(s) to use.">pgp.mit.edu - <values> -@@ -33,7 +33,7 @@ - <configstring name="openssl_cafile" required="false" desc="The location of - the root certificates bundle, e.g. /etc/ssl/certs. See - http://www.php.net/manual/en/ref.openssl.php#openssl.cert.verification for -- details."/> -+ details.">/usr/local/etc/ssl.crt/ca-bundle.crt</configstring> - <configstring name="openssl_binary" required="false" desc="The location of - the OpenSSL binary on your system, e.g. /usr/bin/openssl. This program is - REQUIRED to import personal S/MIME certificate information, as there is no |