[PATCH] mig: Drop the Perl runtime dependency

2014-07-18 Thread David Michael
* mig.in (libexecdir_rel): Compute with realpath instead of perl. --- Hi, I tried running mig on a system without Perl ealier with bad results. Perl seems to be used only for functionality that is also provided by GNU coreutils (which is already required, e.g. for dirname). Does it make sense to

Re: [PATCH] console-client: Exit on SIGTERM

2014-07-18 Thread David Michael
On Thu, Jul 17, 2014 at 12:40 PM, Samuel Thibault wrote: > David Michael, le Wed 16 Jul 2014 21:56:36 -0400, a écrit : >> +/* Exit the console client on SIGTERM. */ >> +static void >> +signal_handler (int signum) >> +{ >> + if (signum == SIGTERM) >> +console_exit (); >> +} > > We can't just c