[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I figured out why use-flock-on-hurd.diff was not being applied
From: |
Samuel Thibault |
Subject: |
Re: I figured out why use-flock-on-hurd.diff was not being applied |
Date: |
Fri, 14 Mar 2014 09:28:26 +0100 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Peter Baumgarten, le Thu 13 Mar 2014 21:33:24 -0500, a écrit :
> The reason the patch was not being applied was
> 1. The patch was not listed in debian/patches/series so it was not
> queued up.
> 2. The patch was for configure.in it no longer exists for sudo now there
> is a configure.ac
>
> So if I just copy paste the the changes to the patch to configure.ac
> will that have the affect of applying it and then I can generated a
> patch from there or does something else need to be done to sudo for it
> to use flock instead of lockf?
Rather simply replace "configure.in" with "configure.ac" in
"use-flock-on-hurd.diff", and add it to "series".
Samuel