Date: Fri, 21 Sep 2012 06:47:29 +0200 From: "Klaus T. Aehlig" <aehlig@linta.de> To: Stephen Montgomery-Smith <stephen@missouri.edu> Cc: "ctm-users@freebsd.org" <ctm-users@freebsd.org> Subject: Re: svn-cur Message-ID: <20120921044729.GA47944@curry.linta.de> In-Reply-To: <4EF55B2B.9010700@missouri.edu> References: <4EF55B2B.9010700@missouri.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, > You will have to apply the patch to /usr/src/usr.sbin/ctm/ctm and > rebuild ctm. (I think "make depend && make && make install" is what you > need to do.) sorry if I missed something, but may I suggest another patch (see attached, to be applied on top of the other patches). With the change to svn, the name of the deltas has changed from .gz to .xz, which has the effect that ctm_rmail no longer finds the missing pieces in the pieces directory so one would have to apply them by hand... Best regards, Klaus --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-for-ctm_rmail --- /usr/src/usr.sbin/ctm/ctm_rmail/ctm_rmail.c.orig 2012-09-20 23:02:19.000000000 +0200 +++ /usr/src/usr.sbin/ctm/ctm_rmail/ctm_rmail.c 2012-09-21 06:25:11.000000000 +0200 @@ -198,7 +198,7 @@ */ for (;;) { - sprintf(delta, "%s.%04d.gz", class, ++dn); + sprintf(delta, "%s.%05d.xz", class, ++dn); mk_delta_name(fname, delta); if (stat(fname, &sb) < 0) --jI8keyz6grp/JLjh--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120921044729.GA47944>