summaryrefslogtreecommitdiffstats
path: root/stap-env
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-10-26 15:20:06 -0400
committerDave Brolley <brolley@redhat.com>2009-10-26 15:20:06 -0400
commit7901b115cfa71950649621818402f625fdb83a53 (patch)
tree097c411fc83a66f90127b688b8cf57a9b910dea5 /stap-env
parent09070e8a586fa1d7592f9b35c9413c6cfdc8a477 (diff)
downloadsystemtap-steved-7901b115cfa71950649621818402f625fdb83a53.tar.gz
systemtap-steved-7901b115cfa71950649621818402f625fdb83a53.tar.xz
systemtap-steved-7901b115cfa71950649621818402f625fdb83a53.zip
stap-server initscript fully functional.
Diffstat (limited to 'stap-env')
-rwxr-xr-xstap-env4
1 files changed, 3 insertions, 1 deletions
diff --git a/stap-env b/stap-env
index 8a5491dd..d90abac9 100755
--- a/stap-env
+++ b/stap-env
@@ -41,7 +41,9 @@ stap_signing_db=$stap_sysconfdir/systemtap/staprun
stap_certfile=stap.cert
stap_old_certfile=stap-server.cert
-function get_arch {
+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
# to squash uname -m -> $(SUBARCH).