freebsd-ports/www/py-graphite-web/files/patch-conf-graphite.wsgi.example
Chris Rees bfacd85933 - Clean up the defaults to match our installation layout
- Add a pkg-message to explain more about how to set things up

PR:		ports/172960
Submitted by:	brd
Approved by:	maintainer timeout (bsdports@wayfair.com, >2w)

While here, use sed instead of perl to avoid breakage on systems
without perl (...)

Feature safe:	yes
2012-11-06 20:50:05 +00:00

9 lines
354 B
Text

--- conf/graphite.wsgi.example.ori 2012-10-12 19:34:56.000000000 -0600
+++ conf/graphite.wsgi.example 2012-10-12 19:35:07.000000000 -0600
@@ -1,5 +1,5 @@
import os, sys
-sys.path.append('/opt/graphite/webapp')
+sys.path.append('/usr/local/graphite/webapp')
os.environ['DJANGO_SETTINGS_MODULE'] = 'graphite.settings'
import django.core.handlers.wsgi