From 20b4f2ddaab1dae8ee32458b8926ec5ab68e4fb7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Jan 2017 17:36:33 +0000 Subject: Patch the configuration until I can figure out webapp-config config protection --- www-apps/gentoobrowse/prod-config.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www-apps/gentoobrowse/prod-config.patch (limited to 'www-apps') 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 -- cgit v1.2.3