On Thu, Sep 15, 2011 at 9:30 AM, Garrett Cooper <yaneg...@gmail.com> wrote:
> On Thu, Sep 15, 2011 at 8:19 AM, Adrian Chadd <adr...@freebsd.org> wrote:
>> On 15 September 2011 18:05, Mark Linimon <lini...@lonesome.com> wrote:
>>>> Usually rather quite later than sooner.
>>>
>>> A perfect opportunity for src committers to dive in and make a
>>> difference :-)
>>
>> I hate you. :)
>>
>> Ok. Some third person test/verify that this patch (a) does what it's
>> supposed to do, and (b) is correct, and I'll commit it.
>>
>> (blah, what am I signing myself up for..)
>
>    Based on the ticket and the patch, I think this is the right
> procedure for verifying the patch. Please verify that the case below
> repros the issue seen by the end-user before applying the patch though
> :).
> Thanks,
> -Garrett
>
> supdir=$(mktemp -d /tmp/sup.XXXXXX)
> # Supfile follows. Change cvsup host as necessary..
> cat >$supdir/supfile <<EOF
> *default host=cvsup10.FreeBSD.org
> *default base=$supdir
> *default prefix=$supdir/checkout
> *default release=cvs
> *default delete use-rel-suffix
> *default compress
> src-all
> EOF
> # Get the sources
> csup $supdir/supfile
> # Empty out the files
> for i in $(find $supdir/supfile/sys -name '*.[ch]'); do

This should be $supdir/checkout/sys .
Thanks,
-Garrett
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to