On Thu, Sep 15, 2011 at 9:30 AM, Garrett Cooper <[email protected]> wrote: > On Thu, Sep 15, 2011 at 8:19 AM, Adrian Chadd <[email protected]> wrote: >> On 15 September 2011 18:05, Mark Linimon <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
