[PATCH 3/3] Use the new _hurd_exec_file_name function

2014-04-07 Thread Justus Winter
From: Emilio Pozuelo Monfort * configure.in: Check for _hurd_exec_file_name. * utils/fakeauth.c: Call _hurd_exec_file_name instead of _hurd_exec if it's available. * utils/rpctrace.c: Likewise. * utils/shd.c: Likewise. Signed-off-by: Jeremie Koenig Signed-off-by: Justus Winter <4win...@informat

[PATCH 3/3] Use the new _hurd_exec_file_name function

2010-08-04 Thread Emilio Pozuelo Monfort
>From bbce8439190738efc9260490fa52f9dfe9600306 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 26 May 2010 23:32:16 +0200 Subject: [PATCH 3/3] Use the new _hurd_exec_file_name function * configure.in: Check for _hurd_exec_file_name. * utils/fakeauth.c: Call _hurd_exec_file_n

Re: [PATCH 3/3] Use the new _hurd_exec_file_name function

2010-07-29 Thread Carl Fredrik Hammar
Hi, On Mon, Jul 26, 2010 at 07:33:58PM +0200, Emilio Pozuelo Monfort wrote: > >From c6276e2df1d370dbbdd7f4e6fb388f241f84fee7 Mon Sep 17 00:00:00 2001 > From: Emilio Pozuelo Monfort > Date: Wed, 26 May 2010 23:32:16 +0200 > Subject: [PATCH 3/3] Use the new _hurd_exec_fil

[PATCH 3/3] Use the new _hurd_exec_file_name function

2010-07-26 Thread Emilio Pozuelo Monfort
>From c6276e2df1d370dbbdd7f4e6fb388f241f84fee7 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 26 May 2010 23:32:16 +0200 Subject: [PATCH 3/3] Use the new _hurd_exec_file_name function * configure.in: Check for _hurd_exec_file_name. * utils/fakeauth.c: Call _hurd_exec_file_n

Re: [PATCH 3/3] Use the new _hurd_exec_file_name function

2010-07-19 Thread Carl Fredrik Hammar
7;s meeting. For instance, there is no point in applying the previous patches if Roland has issue with the change. > >From 968f68ba6747ed11b8eb44b09e81323d40e6324b Mon Sep 17 00:00:00 2001 > From: Emilio Pozuelo Monfort > Date: Wed, 26 May 2010 23:32:16 +0200 > Subjec

[PATCH 3/3] Use the new _hurd_exec_file_name function

2010-07-16 Thread Emilio Pozuelo Monfort
010 23:32:16 +0200 Subject: [PATCH 3/3] Use the new _hurd_exec_file_name function * utils/fakeauth.c: Call _hurd_exec_file_name instead of _hurd_exec. * utils/rpctrace.c: Likewise. * utils/shd.c: Likewise. --- utils/fakeauth.c |7 --- utils/rpctrace.c |

Re: [PATCH 3/3] Use the new _hurd_exec_file_name function

2010-05-31 Thread Carl Fredrik Hammar
Hi, On Wed, May 26, 2010 at 11:32:16PM +0200, Emilio Pozuelo Monfort wrote: > diff --git a/utils/fakeauth.c b/utils/fakeauth.c > index 49fa7f1..ccc0855 100644 > --- a/utils/fakeauth.c > +++ b/utils/fakeauth.c > @@ -1,5 +1,5 @@ > /* fakeauth -- proxy auth server to lie to users about what their ID

[PATCH 3/3] Use the new _hurd_exec_file_name function

2010-05-27 Thread Emilio Pozuelo Monfort
--- utils/fakeauth.c |6 +++--- utils/rpctrace.c |4 ++-- utils/shd.c |6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/utils/fakeauth.c b/utils/fakeauth.c index 49fa7f1..ccc0855 100644 --- a/utils/fakeauth.c +++ b/utils/fakeauth.c @@ -1,5 +1,5 @@ /* fakea