On Tue, Jul 17, 2007 at 05:59:44PM -0600, LaMont Jones wrote:
Please, (next time) send always one patch in one mail only!
> was added to Debian a long time ago for reasons unknown. It adds
I'm not sure (no real experience), but it seems that cryptoloop
support in util-linux upstream code is poor and incomplete.
Unfortunately, we're currently in feature freeze. I'll postpone this
your patch until 2.14.
> - There is a short malloc call in agetty.c
OK
> - rdev should be delivered on amd64 as well as i386. (And evidence that
> I don't know automake syntax, I expect...)
OK
(Ah.. I've forgot to add rdev to the DEPRECATED file :-)
> diff --git a/autogen.sh b/autogen.sh
> index 3451b95..fc1ae61 100755
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -58,7 +58,7 @@ autopoint --force
> aclocal -I m4
> autoconf
> autoheader
> -automake --add-missing
> +automake --copy --add-missing
Hmm... I don't know why do you need it, but I prefer something like:
automake $AM_OPTS --add-missing
and you can use:
$ AM_OPTS="--copy" ./autogen.sh
Karel
--
Karel Zak <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html