pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Use GRAPHITE_LOG_PREFIX.



Module Name:	pkgsrc-wip
Committed By:	Jeff Rizzo <riz%tastylime.net@localhost>
Pushed By:	riz
Date:		Mon Dec 7 14:53:05 2015 -0800
Changeset:	8f77d0dd04086a4ba7fd9030e410dac9695896c2

Modified Files:
	py-graphite-web/Makefile

Log Message:
Use GRAPHITE_LOG_PREFIX.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8f77d0dd04086a4ba7fd9030e410dac9695896c2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-graphite-web/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-graphite-web/Makefile b/py-graphite-web/Makefile
index 68c0882..c9937f5 100644
--- a/py-graphite-web/Makefile
+++ b/py-graphite-web/Makefile
@@ -35,9 +35,10 @@ SUBST_FILES.dirs+=	examples/example-graphite-vhost.conf
 SUBST_FILES.dirs+=	setup.py
 SUBST_FILES.dirs+=	webapp/graphite/local_settings.py.example
 SUBST_SED.dirs=		-e 's,/opt/graphite/conf,${PKG_SYSCONFDIR},g'
+SUBST_SED.dirs+=	-e 's,/opt/graphite/storage/log,${GRAPHITE_LOG_DIR},g'
 SUBST_SED.dirs+=	-e 's,/opt/graphite/storage,${GRAPHITE_DIR},g'
 SUBST_SED.dirs+=	-e 's,/opt/graphite,${PREFIX}/graphite,g'
-SUBST_VARS.dirs=	GRAPHITE_DIR GRAPHITE_EGDIR PREFIX
+SUBST_VARS.dirs=	GRAPHITE_DIR GRAPHITE_EGDIR GRAPHITE_LOG_DIR PREFIX
 
 PKG_SYSCONFSUBDIR=	graphite
 


Home | Main Index | Thread Index | Old Index