Hi, Karel Zak, le Thu 08 Nov 2007 01:37:17 +0100, a écrit : > > --- a/login-utils/agetty.c > > +++ b/login-utils/agetty.c > > @@ -40,6 +40,8 @@ > > #include "pathnames.h" > > #include <sys/param.h> > > #define USE_SYSLOG > > +#elif !defined(_PATH_LOGIN) > > +#define _PATH_LOGIN "/bin/login" > > #endif > > hmm... what about to make include/pathnames.h more portable rather than > hardcode the path on two places? Oops, sorry, I hadn't seen that include file, I'll have a look. > Samuel, use Signed-Off-By in your patches, please. Ok. All my previous ones where Signed-Off-By: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Samuel - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html