View | Details | Raw Unified | Return to bug 207881 | Differences between
and this patch

Collapse All | Expand All

(-)activemq (-1 / +1 lines)
Lines 120-126 Link Here
120
		debug "pid file ($_pidfile): no pid in file."
120
		debug "pid file ($_pidfile): no pid in file."
121
		return
121
		return
122
	fi
122
	fi
123
	if [ -n "`/usr/local/bin/jps -l | grep -e "^$_pid $jar_file\$"`" ]; then
123
	if [ -n "`sudo -u $activemq_user /usr/local/bin/jps -l | grep -e "^$_pid $jar_file\$"`" ]; then
124
		echo -n $_pid
124
		echo -n $_pid
125
	fi
125
	fi
126
}
126
}

Return to bug 207881