From 392db905cb7e353805bd6fdd1af0c14c673fa020 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 3 Sep 2011 13:45:26 -0700 Subject: [PATCH] Put the xvfb pidfile in /tmp instead of /root --- config/ci/xvfb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ci/xvfb b/config/ci/xvfb index 0809a83a9..97be37b90 100644 --- a/config/ci/xvfb +++ b/config/ci/xvfb @@ -4,7 +4,7 @@ XVFB=/usr/bin/Xvfb XVFBARGS=":99 -ac -screen 0 1024x768x16" -PIDFILE=/root/cucumber_xvfb_99.pid +PIDFILE=/tmp/cucumber_xvfb_99.pid case "$1" in start) echo -n "Starting virtual X frame buffer: Xvfb"