Re: Add a new exec_exec_file_name RPC

2018-01-09 Thread Samuel Thibault
I read that part a bit too fast Samuel Thibault, on mar. 09 janv. 2018 13:00:44 +0100, wrote: > Ludovic Courtès, on mar. 09 janv. 2018 12:57:40 +0100, wrote: > > Samuel Thibault skribis: > > > > > For non-Debian distributions, you may want > > > to pick up the hurd exec_filename_ patches from >

Re: Add a new exec_exec_file_name RPC

2018-01-09 Thread Samuel Thibault
Samuel Thibault, on mar. 09 janv. 2018 13:00:44 +0100, wrote: > Ludovic Courtès, on mar. 09 janv. 2018 12:57:40 +0100, wrote: > > Also, now that you’re a glibc maintainer for the Hurd part, what would > > you think of doing a “mass commit” (with a lightweight re-review > > process) of all the patch

Re: Add a new exec_exec_file_name RPC

2018-01-09 Thread Samuel Thibault
Ludovic Courtès, on mar. 09 janv. 2018 12:57:40 +0100, wrote: > Samuel Thibault skribis: > > > For non-Debian distributions, you may want > > to pick up the hurd exec_filename_ patches from > > https://anonscm.debian.org/git/pkg-hurd/hurd.git/tree/debian/patches > > and the local-exec_filename.di

Re: Add a new exec_exec_file_name RPC

2018-01-09 Thread Ludovic Courtès
Hello! Samuel Thibault skribis: > For non-Debian distributions, you may want > to pick up the hurd exec_filename_ patches from > https://anonscm.debian.org/git/pkg-hurd/hurd.git/tree/debian/patches > and the local-exec_filename.diff patch from > https://anonscm.debian.org/cgit/pkg-glibc/glibc.gi

Re: Add a new exec_exec_file_name RPC

2018-01-08 Thread Samuel Thibault
Hello, Better late than never :) I got triggered by an issue which was making both mig and gnumach fail to build from source :) which was triggered by Svante's turning the exec() paths into absolute, which made shellscripts' $0 always absolute. So I rolled up my sleeves, I changes the RPC a bit t

Re: Add a new exec_exec_file_name RPC

2014-04-08 Thread Justus Winter
Quoting Samuel Thibault (2014-04-08 13:50:28) > Justus Winter, le Tue 08 Apr 2014 13:46:26 +0200, a écrit : > > Quoting Samuel Thibault (2014-04-08 02:18:13) > > > Well, I'm not the one to be convinced: it's only Roland which can ack > > > the glibc part, and thus the whole idea of the RPC addition

Re: Add a new exec_exec_file_name RPC

2014-04-08 Thread Samuel Thibault
Justus Winter, le Tue 08 Apr 2014 13:46:26 +0200, a écrit : > Quoting Samuel Thibault (2014-04-08 02:18:13) > > Well, I'm not the one to be convinced: it's only Roland which can ack > > the glibc part, and thus the whole idea of the RPC addition. One "just" > > needs to explain him why we really n

Re: Add a new exec_exec_file_name RPC

2014-04-08 Thread Justus Winter
Hi, Quoting Samuel Thibault (2014-04-08 02:18:13) > Well, I'm not the one to be convinced: it's only Roland which can ack > the glibc part, and thus the whole idea of the RPC addition. One "just" > needs to explain him why we really need it. I thought that this patch series was necessary for fak

Re: Add a new exec_exec_file_name RPC

2014-04-07 Thread Samuel Thibault
Well, I'm not the one to be convinced: it's only Roland which can ack the glibc part, and thus the whole idea of the RPC addition. One "just" needs to explain him why we really need it. Samuel