From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1384 invoked by alias); 21 Jan 2011 17:44:07 -0000 Received: (qmail 1354 invoked by uid 448); 21 Jan 2011 17:44:06 -0000 Date: Fri, 21 Jan 2011 17:44:00 -0000 Message-ID: <20110121174406.1343.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-19-ga0e2728 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 328980e44a2dbebb39829fbb64c24fb9eafaa0f1 X-Git-Newrev: a0e2728a26d3ff39ac5cea3758fcbe18951451bc Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q1/txt/msg00041.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via a0e2728a26d3ff39ac5cea3758fcbe18951451bc (commit) via 840e507309dbe7ae6a138ccc2f420cb20015dd69 (commit) via 1114c4f22297e25132be9067675f9b1383d4c6f0 (commit) from 328980e44a2dbebb39829fbb64c24fb9eafaa0f1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a0e2728a26d3ff39ac5cea3758fcbe18951451bc Author: Dave Brolley Date: Fri Jan 21 11:21:37 2011 -0500 PR 11862: remove obsolete stap-client script and friends Rework and improve warnings for missing NSS and avahi headers, libs and tools commit 840e507309dbe7ae6a138ccc2f420cb20015dd69 Author: Dave Brolley Date: Wed Jan 19 17:15:31 2011 -0500 PR 11862: remove obsolete stap-client script and friends - Integrate stap-client-connect.c into csclient.cxx - Remove stap-client-connect.c commit 1114c4f22297e25132be9067675f9b1383d4c6f0 Author: Dave Brolley Date: Wed Jan 19 15:36:56 2011 -0500 PR 11862: remove obsolete stap-client script and friends - Remove deprecated scripts - Remove parts of stap-env used only by the removed scripts - Remove man pages for removed scripts - Remove parts of stap-client-connect which allowed it to be built as a standalone tool (used by stap-client). - Update spec file. systemtap-client package removed. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 20 +- Makefile.in | 150 ++---- NEWS | 8 + configure | 245 +++++---- configure.ac | 121 +++-- csclient.cxx | 503 +++++++++++++++++- stap-authorize-server-cert | 34 -- stap-authorize-server-cert.8 | 116 ---- stap-authorize-signing-cert | 34 -- stap-authorize-signing-cert.8 | 112 ---- stap-client | 1178 ----------------------------------------- stap-client-connect.c | 619 ---------------------- stap-client.8 | 235 -------- stap-env | 10 +- stap-find-or-start-server | 39 -- stap-find-servers | 167 ------ stap-gen-cert | 4 +- stap-serverd | 8 +- systemtap.spec | 31 -- 19 files changed, 747 insertions(+), 2887 deletions(-) delete mode 100755 stap-authorize-server-cert delete mode 100644 stap-authorize-server-cert.8 delete mode 100755 stap-authorize-signing-cert delete mode 100644 stap-authorize-signing-cert.8 delete mode 100755 stap-client delete mode 100644 stap-client-connect.c delete mode 100644 stap-client.8 delete mode 100755 stap-find-or-start-server delete mode 100755 stap-find-servers hooks/post-receive -- systemtap: system-wide probe/trace tool