svn-cur
Klaus T. Aehlig
aehlig at linta.de
Fri Sep 21 04:54:26 UTC 2012
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
-------------- next part --------------
--- /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)
More information about the ctm-users
mailing list