diff options
author | Dave Brolley <brolley@redhat.com> | 2009-01-19 10:58:29 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-01-19 10:58:29 -0500 |
commit | 1d7ce108a605557fb814c2cc9f4ab7a46a1b9534 (patch) | |
tree | cf1a06946e1c40ef9db2ec6c5b8f4ddbc5b98dbe | |
parent | d294a64913b810cbe067655e06ea46a0184f99dc (diff) | |
download | systemtap-steved-1d7ce108a605557fb814c2cc9f4ab7a46a1b9534.tar.gz systemtap-steved-1d7ce108a605557fb814c2cc9f4ab7a46a1b9534.tar.xz systemtap-steved-1d7ce108a605557fb814c2cc9f4ab7a46a1b9534.zip |
Add stap-add-server-cert to the stap-server package.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | systemtap.spec | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2009-01-19 Dave Brolley <brolley@redhat.com> + + * stap-serverd (stap-server): Add stap-add-server-cert. + 2009-01-13 Stan Cox <scox@redhat.com> * systemtap.spec (sdt-devel): New subpackage. diff --git a/systemtap.spec b/systemtap.spec index 75274d24..876f273b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -264,6 +264,7 @@ exit 0 %{_bindir}/stap-start-server %{_bindir}/stap-stop-server %{_bindir}/stap-gen-server-cert +%{_bindir}/stap-add-server-cert %{_bindir}/stap-server-connect %{_mandir}/man8/stap-server.8* |