Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 166499 Details for
Bug 238755
net-im/tigase-server (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch default configuration generation to fit into a Unix server
default_config.patch (text/plain), 2.65 KB, created by
Mads Randstoft
on 2008-09-26 11:34:35 UTC
(
hide
)
Description:
Patch default configuration generation to fit into a Unix server
Filename:
MIME Type:
Creator:
Mads Randstoft
Created:
2008-09-26 11:34:35 UTC
Size:
2.65 KB
patch
obsolete
>Index: src/main/java/tigase/conf/Configurable.java >=================================================================== >--- src/main/java/tigase/conf/Configurable.java (revision 1113) >+++ src/main/java/tigase/conf/Configurable.java (working copy) >@@ -122,7 +122,7 @@ > public static final String LIBRESOURCE_REPO_CLASS_PROP_VAL = > "tigase.db.jdbc.LibreSourceAuth"; > >- public static final String XML_REPO_URL_PROP_VAL = "user-repository.xml"; >+ public static final String XML_REPO_URL_PROP_VAL = "/var/lib/tigase/user-repository.xml"; > public static final String MYSQL_REPO_URL_PROP_VAL = > "jdbc:mysql://localhost/tigase?user=root&password=mypass"; > public static final String PGSQL_REPO_URL_PROP_VAL = >Index: src/main/java/tigase/conf/Configurator.java >=================================================================== >--- src/main/java/tigase/conf/Configurator.java (revision 1113) >+++ src/main/java/tigase/conf/Configurator.java (working copy) >@@ -328,7 +328,7 @@ > "tigase.util.LogFormatter"); > defaults.put(LOGGING_KEY + "java.util.logging.FileHandler.limit", "10000000"); > defaults.put(LOGGING_KEY + "java.util.logging.FileHandler.pattern", >- "logs/tigase.log"); >+ "var/log/tigase.log"); > defaults.put(LOGGING_KEY + "tigase.useParentHandlers", "true"); > if (params.get(GEN_DEBUG) != null) { > defaults.put(LOGGING_KEY + ".level", "INFO"); >Index: src/main/java/tigase/io/SSLContextContainerIfc.java >=================================================================== >--- src/main/java/tigase/io/SSLContextContainerIfc.java (revision 1113) >+++ src/main/java/tigase/io/SSLContextContainerIfc.java (working copy) >@@ -70,7 +70,7 @@ > * JKS keystore file. > */ > public static final String JKS_KEYSTORE_FILE_VAL = >- "certs" + File.separator + "rsa-keystore"; >+ "/usr/share/ca-certificates/tigase" + File.separator + "rsa-keystore"; > /** > * Constant <code>JKS_KEYSTORE_PWD_KEY</code> is a key pointing to a private > * key password, >@@ -90,7 +90,7 @@ > * Constant <code>TRUSTSTORE_FILE_VAL</code> is a default truststore file. > */ > public static final String TRUSTSTORE_FILE_VAL = >- "certs" + File.separator + "truststore"; >+ "/usr/share/ca-certificates/tigase" + File.separator + "truststore"; > /** > * Constant <code>TRUSTSTORE_PWD_KEY</code> is a key pointing to a trustore > * file password. >@@ -118,7 +118,7 @@ > * where all certificate files are stored. > * > */ >- public static final String SERVER_CERTS_DIR_VAL = "certs/"; >+ public static final String SERVER_CERTS_DIR_VAL = "/usr/share/ca-certificates/tigase/"; > /** > * Constant <code>TRUSTED_CERTS_DIR_KEY</code> is a key pointing to a configuration > * parameter where all trusted certificates are stored.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238755
:
166493
|
166495
|
166497
| 166499 |
166500
|
166501