diff options
author | dsmith <dsmith> | 2007-08-15 17:01:19 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-08-15 17:01:19 +0000 |
commit | efc4bf9a15e66bccbda4d48a837437b9e7be9052 (patch) | |
tree | 134356a87ae04182f8a499709e4074402d5775f0 /stap.1.in | |
parent | 6b96de1e54f6cae4b7d0e9196a665ba44995314c (diff) | |
download | systemtap-steved-efc4bf9a15e66bccbda4d48a837437b9e7be9052.tar.gz systemtap-steved-efc4bf9a15e66bccbda4d48a837437b9e7be9052.tar.xz systemtap-steved-efc4bf9a15e66bccbda4d48a837437b9e7be9052.zip |
2007-08-15 David Smith <dsmith@redhat.com>
* systemtap.spec.in: Updated %pre to latest Fedora group creation
guidelines.
* stap.1.in: Changed '/usr' to '@prefix@' so the values will be
updated correctly.
* stapfunc.5.in: Ditto.
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -660,7 +660,7 @@ functions in order to write compatible embedded-C ones. A set of builtin functions and probe point aliases are provided by the scripts installed under the .nh -.IR /usr/share/systemtap/tapset +.IR @prefix@/share/systemtap/tapset .hy directory. These are described in the .IR stapfuncs "(5) and " stapprobes (5) @@ -892,13 +892,13 @@ environment variable. Temporary directory for systemtap files, including translated C code and kernel object. .TP -/usr/share/systemtap/tapset +@prefix@/share/systemtap/tapset The automatic tapset search directory, unless overridden by the .I SYSTEMTAP_TAPSET environment variable. .TP -/usr/share/systemtap/runtime +@prefix@/share/systemtap/runtime The runtime sources, unless overridden by the .I SYSTEMTAP_RUNTIME environment variable. @@ -906,12 +906,12 @@ environment variable. /lib/modules/VERSION/build The location of kernel module building infrastructure. .TP -/usr/lib/debug/lib/modules/VERSION +@prefix@/lib/debug/lib/modules/VERSION The location of kernel debugging information when packaged into the .IR kernel\-debuginfo RPM. .TP -/usr/bin/staprun +@prefix@/bin/staprun The auxiliary program supervising module loading, interaction, and unloading. |