diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-22 17:36:33 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-22 17:36:33 +0000 |
commit | 20b4f2ddaab1dae8ee32458b8926ec5ab68e4fb7 (patch) | |
tree | 93eea596d6a5e0f7ebe3dd989b0e489bc131aa07 | |
parent | Fix bug 598876 (diff) | |
download | patches-20b4f2ddaab1dae8ee32458b8926ec5ab68e4fb7.tar.bz2 patches-20b4f2ddaab1dae8ee32458b8926ec5ab68e4fb7.tar.xz patches-20b4f2ddaab1dae8ee32458b8926ec5ab68e4fb7.zip |
Patch the configuration until I can figure out webapp-config config protection
-rw-r--r-- | www-apps/gentoobrowse/prod-config.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-apps/gentoobrowse/prod-config.patch b/www-apps/gentoobrowse/prod-config.patch new file mode 100644 index 0000000..d32dd76 --- /dev/null +++ b/www-apps/gentoobrowse/prod-config.patch @@ -0,0 +1,12 @@ +diff --git a/gentoobrowse/config/ice.properties b/gentoobrowse/config/ice.properties +index dc0baab5..d671feb4 100644 +--- a/gentoobrowse/config/ice.properties ++++ b/gentoobrowse/config/ice.properties +@@ -1,5 +1,5 @@ +-Gentoo.Portage = portage:tcp -h localhost -p 9001 +-Gentoo.Users = users:tcp -h localhost -p 9001 ++Gentoo.Portage = portage:tcp -h defiant -p 9001:tcp -h firebrand -p 9001 ++Gentoo.Users = users:tcp -h firebrand -p 9001 + IceSpider.SessionManager = IceSpider-FileSessions + IceSpider.FileSessions.Path = /var/tmp/icespider-sessions/gentoobrowse + Ice.ThreadPool.Client.SizeMax = 20 |