diff options
author | Dave Brolley <brolley@redhat.com> | 2009-11-05 14:52:56 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-11-05 14:52:56 -0500 |
commit | a0fc7f8e96d3818a963ad41aa5043d2a5bbcb9e5 (patch) | |
tree | 37ef7bd65bf563fb88d0cb5ef34227fed324ef31 /initscript | |
parent | 5807ac6473b47074cd90f93f5b1b3c3eb452fed9 (diff) | |
download | systemtap-steved-a0fc7f8e96d3818a963ad41aa5043d2a5bbcb9e5.tar.gz systemtap-steved-a0fc7f8e96d3818a963ad41aa5043d2a5bbcb9e5.tar.xz systemtap-steved-a0fc7f8e96d3818a963ad41aa5043d2a5bbcb9e5.zip |
PR 9973: Sign uprobes.ko when it is created and load it using insert_module.
Create home directory manually for stap-server.
Diffstat (limited to 'initscript')
-rw-r--r-- | initscript/README.stap-server | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/initscript/README.stap-server b/initscript/README.stap-server index a09859b0..1e1d1bf5 100644 --- a/initscript/README.stap-server +++ b/initscript/README.stap-server @@ -203,7 +203,7 @@ See if the default service operates correctly. # service stap-server status # service stap-server condrestart # service stap-server status - # service stap-server force-relooad + # service stap-server force-reload # service stap-server status # service stap-server stop # service stap-server status @@ -249,7 +249,7 @@ that server alone (if it is running). For example ------------------------------- 5.6.1 Create Server Config Files Each file in /etc/stap-server/conf.d/*.conf represents a server to be started - by default if no servers are specifued on the 'start' action. Each such + by default if no servers are specified on the 'start' action. Each such config file may set the ARCH and/or RELEASE variables which correspond to the -a and -r command line options respectively. @@ -272,7 +272,7 @@ that server alone (if it is running). For example 5.6.2 Restarting After Changing the Configuration To restart the service after global configuration changes and/or when default - servcers have been added to removed: + servers have been added to removed: # service stap-server force-reload |