From 961588fd58020a7c21e4a9c0c50bc5a5f26e4790 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Fri, 18 Dec 2009 16:22:01 -0500 Subject: PR 10247 10276 10905: Infrastructure for moving underlying client/server tools to libexec. --- stap-start-server | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stap-start-server') diff --git a/stap-start-server b/stap-start-server index ab78fc09..56893dc2 100755 --- a/stap-start-server +++ b/stap-start-server @@ -13,7 +13,8 @@ # process id, if successful. # Initialize the environment -. `dirname $0`/stap-env +. ${PKGLIBEXECDIR}stap-env + startup_timeout=20 # start the server -- cgit