From 635a41236ecd2bae387f4648eeae98ba29f27641 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 18 Apr 2014 09:15:54 +0000 Subject: [PATCH 1/1] improve debugging: use full path for zebra config file --- zebra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra/Makefile b/zebra/Makefile index c6a73cb..71c9b9a 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -54,7 +54,7 @@ clean: rm -f terse.properties start-zebra: - zebrasrv-2.0 -f yazserver.xml > ${ZEBRA_LOGFILE} 2>&1 & + zebrasrv-2.0 -f $$(pwd)/yazserver.xml > ${ZEBRA_LOGFILE} 2>&1 & stop-zebra: kill `cat ${ZEBRA_PID_FILE}` -- 1.7.10.4