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-env | 1 + 1 file changed, 1 insertion(+) (limited to 'stap-env') diff --git a/stap-env b/stap-env index d061ee21..0b83661e 100755 --- a/stap-env +++ b/stap-env @@ -17,6 +17,7 @@ # INSTALL-HOOK time. stap_exec_prefix= stap_sysconfdir=`pwd`/net +stap_pkglibexecdir= # General configuration stap_tmpdir_prefix_client=stap.client -- cgit From 600450900a5e98404c91104d2cb20cddce42838e Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 21 Dec 2009 19:26:16 -0500 Subject: PR 10905: initscript improvements. Make the stap-server initscript available as $bindir/stap-server Reimplement the stap-server initscript as a thin wrapper around $bindir/stap-server. --- stap-env | 1 + 1 file changed, 1 insertion(+) (limited to 'stap-env') diff --git a/stap-env b/stap-env index 0b83661e..40aca53e 100755 --- a/stap-env +++ b/stap-env @@ -18,6 +18,7 @@ stap_exec_prefix= stap_sysconfdir=`pwd`/net stap_pkglibexecdir= +stap_localstatedir=`pwd`/net/var # General configuration stap_tmpdir_prefix_client=stap.client -- cgit