On Mon, Jan 17, 2011 at 1:57 PM, Guido Trotter <[email protected]> wrote:
> On Mon, Jan 17, 2011 at 11:40 AM, Guido Trotter <[email protected]> wrote:
>> On Mon, Jan 17, 2011 at 10:50 AM, Apollon Oikonomopoulos
>> <[email protected]> wrote:
>>
>>> Caught some typos while testing again for the last resubmission. Fixed
>>> version follows.
>>>
>>
>> LGTM
>>
>
> FYI: per hansmi's suggestion I'll also add an update to .gitignore to
> this patch, including the generated tools/kvm-ifup file
>
Also the following diff is needed here to avoid this patch failing:
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,7 @@ CLEANFILES = \
doc/examples/hooks/ipsec \
$(man_MANS) \
$(manhtml) \
+ tools/kvm-ifup \
stamp-srclinks \
$(nodist_pkgpython_PYTHON)
Thanks,
Guido