summaryrefslogtreecommitdiffstats
path: root/stap-env
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-10-27 17:23:24 -0400
committerDave Brolley <brolley@redhat.com>2009-10-27 17:23:24 -0400
commit7433d0cf301c9aa35f6322e1930aa7c82ee2dca9 (patch)
tree8761fa875e8c6649edfdaff3fdde5e3d4b5dfc4b /stap-env
parent465cab03ccad9d50e99431fa1f2da26b9d00b72b (diff)
downloadsystemtap-steved-7433d0cf301c9aa35f6322e1930aa7c82ee2dca9.tar.gz
systemtap-steved-7433d0cf301c9aa35f6322e1930aa7c82ee2dca9.tar.xz
systemtap-steved-7433d0cf301c9aa35f6322e1930aa7c82ee2dca9.zip
Specialized user to run stap-server and improved logging.
Diffstat (limited to 'stap-env')
-rwxr-xr-xstap-env2
1 files changed, 0 insertions, 2 deletions
diff --git a/stap-env b/stap-env
index d90abac9..d061ee21 100755
--- a/stap-env
+++ b/stap-env
@@ -41,8 +41,6 @@ stap_signing_db=$stap_sysconfdir/systemtap/staprun
stap_certfile=stap.cert
stap_old_certfile=stap-server.cert
-stap_server_logfile=/tmp/stap-server.log # for now
-
function stap_get_arch {
# PR4186: Copy logic from coreutils uname (uname -i) to squash
# i?86->i386. Actually, copy logic from linux top-level Makefile