<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Yes of course.<br>I simply forgot to add it. (My following patch on backporting to glibc 2.8 have it already).<br><br>> Date: Wed, 2 Apr 2014 16:34:56 +0000<br>> From: mathieu.desnoyers@efficios.com<br>> To: jderehag@hotmail.com<br>> CC: lttng-dev@lists.lttng.org<br>> Subject: Re: [lttng-dev] [PATCH v2 lttng-ust] Fix: python invocation through env<br>> <br>> For the next patches, please add a <br>> <br>> Signed-off-by: Name Lastname <email><br>> <br>> line at the end of the patch description to follow the<br>> LTTng project's use of developer's certificate of origin.<br>> <br>> Please let me know if I can add your signed-off-by as:<br>> <br>> Signed-off-by: Jesper Derehag <jderehag@hotmail.com><br>> <br>> to this patch so I can merge it.<br>> <br>> If you wonder what it means, see:<br>> <br>> http://elinux.org/Developer_Certificate_Of_Origin<br>> <br>> Thanks!<br>> <br>> Mathieu<br>> <br>> ----- Original Message -----<br>> > From: jderehag@hotmail.com<br>> > To: lttng-dev@lists.lttng.org<br>> > Sent: Thursday, March 27, 2014 3:57:06 AM<br>> > Subject: [lttng-dev] [PATCH v2 lttng-ust] Fix: python invocation through env<br>> > <br>> > From: Jesper Derehag <jderehag@hotmail.com><br>> > <br>> > This modification calls the interpreter through env instead of<br>> > directly, which should be more portable for those distros which do not<br>> > install<br>> > python into /usr/bin/.<br>> > ---<br>> >  tools/lttng-gen-tp |    2 +-<br>> >  1 file changed, 1 insertion(+), 1 deletion(-)<br>> > <br>> > diff --git a/tools/lttng-gen-tp b/tools/lttng-gen-tp<br>> > index c49e8a5..a3a01f2 100755<br>> > --- a/tools/lttng-gen-tp<br>> > +++ b/tools/lttng-gen-tp<br>> > @@ -1,4 +1,4 @@<br>> > -#!/usr/bin/python<br>> > +#!/usr/bin/env python<br>> >  #<br>> >  # Copyright (c)  2012 Yannick Brosseau <yannick.brosseau@gmail.com><br>> >  #<br>> > --<br>> > 1.7.9.5<br>> > <br>> > <br>> > _______________________________________________<br>> > lttng-dev mailing list<br>> > lttng-dev@lists.lttng.org<br>> > http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev<br>> > <br>> <br>> -- <br>> Mathieu Desnoyers<br>> EfficiOS Inc.<br>> http://www.efficios.com<br>                                      </div></body>
</html>