diff options
Diffstat (limited to 'initscript/stap-server.in')
-rw-r--r-- | initscript/stap-server.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initscript/stap-server.in b/initscript/stap-server.in index 72191c29..5a2358a5 100644 --- a/initscript/stap-server.in +++ b/initscript/stap-server.in @@ -16,8 +16,8 @@ prog=stap-server # Commands -STAP_START_SERVER=@pkglibexecdir@/stap-start-server -STAP_STOP_SERVER=@pkglibexecdir@/stap-stop-server +STAP_START_SERVER=@bindir@/stap-start-server +STAP_STOP_SERVER=@bindir@/stap-stop-server UNAME=/bin/uname # Default Global Configuration |