From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13643 invoked by alias); 12 Mar 2010 12:05:29 -0000 Received: (qmail 13635 invoked by uid 22791); 12 Mar 2010 12:05:28 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Mar 2010 12:05:24 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2CC5MRj014362 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 12 Mar 2010 07:05:23 -0500 Received: from [172.17.80.8] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2CC5LsN032002; Fri, 12 Mar 2010 07:05:22 -0500 Subject: Re: including stap-prep in the rpm From: Mark Wielaard To: William Cohen Cc: systemtap@sources.redhat.com In-Reply-To: <4B981F06.3060405@redhat.com> References: <4B981F06.3060405@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 12 Mar 2010 12:05:00 -0000 Message-ID: <1268395520.3628.18.camel@springer.wildebeest.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00644.txt.bz2 On Wed, 2010-03-10 at 17:36 -0500, William Cohen wrote: > The attached is a patch to include the stap-prep script in the > systemtap rpm. Before checking it in I would like to get some comment > about the patch. It seems a useful script. The only comment I have is that it might be a bit rpm centric. Would it be an option to have this depend on --with-rpm? I assume debian/dpkg based distros for example would have a completely different approach. Cheers, Mark