diff options
-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 |