Hello, Sorry for the very late reply :-(
On Thu, Jun 04, 2009 at 04:02:31PM +0200, Carl Fredrik Hammar wrote: > On Fri, May 29, 2009 at 12:34:23AM +0300, Sergiu Ivanov wrote: > > >From 23763c18399985e62686282ec848c42c3a540066 Mon Sep 17 00:00:00 2001 > > From: Sergiu Ivanov <unlimitedscol...@gmail.com> > > Date: Fri, 29 May 2009 00:29:25 +0300 > > Subject: [PATCH] Update the bug-reporting address. > > > > * options.c (argp_program_bug_address): Change the value to > > <bug-hurd@gnu.org>. > > --- > > options.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/options.c b/options.c > > index ef29a02..d04d072 100644 > > --- a/options.c > > +++ b/options.c > > @@ -211,7 +211,7 @@ const struct argp_child argp_children_startup[] = > > > > const char *argp_program_version = STANDARD_HURD_VERSION (unionfs); > > const char *argp_program_bug_address = > > -"Gianluca Guida <glgu...@gmail.com>"; > > +"<bug-hurd@gnu.org>"; > > > > #define ARGS_DOC "FILESYSTEMS ..." > > #define DOC "Hurd unionfs server" > > -- > > 1.5.2.4 > > You could do this be simply linking to libhurdbugaddr. Just drop > the definition of argp_program_bug_address and pass -lhurdbugaddr to > the linker in the Makefile. Thank you for the information! However, I did exactly what Thomas told me to do, so it depends on him which way to choose to handle the bug address... Regards, scolobb