Stefan Esser wrote:
> On 2000-07-01 16:35 -0500, Stephen Hocking <[EMAIL PROTECTED]> wrote:
> > again. However, when I attempt to apply cvs-cur.6450.gz I get the above err
> 
> You have to increase the value of MAX_SIZE in /usr/src/usr.sbin/ctm/ctm/ctm.h
> to at least 12MB (i.e. 1024*1024*12). This has been fixed in -current (to 20M
> B)
> and is awaiting a MFC. Not sure whether the fix went in before cvs-cur.6450,
> but I think so. In that case just recompile and install ctm.

The patch below solves it on 3.4-RELEASE :

  Date: Wed, 21 Jun 2000 09:18:26 -0400 (EDT)
  From: Chuck Robey <[EMAIL PROTECTED]>
  To: [EMAIL PROTECTED]
  Subject: cvs-cur
  Message-ID: <[EMAIL PROTECTED]>
  
  ......
  Index: /usr/src/usr.sbin/ctm/ctm/ctm.h
  ===================================================================
  RCS file: /usr/cvs/src/usr.sbin/ctm/ctm/ctm.h,v
  retrieving revision 1.14
  diff -u -3 -r1.14 ctm.h
  - --- /usr/src/usr.sbin/ctm/ctm/ctm.h 1999/08/28 01:15:59 1.14
  +++ /usr/src/usr.sbin/ctm/ctm/ctm.h 2000/06/15 20:25:55
  @@ -26,7 +26,7 @@
   #include <sys/time.h>
   
   #define VERSION "2.0"
  - -#define MAXSIZE (1024*1024*10)     
  +#define MAXSIZE (1024*1024*20)       
  
   #define SUBSUFF ".ctm"
   #define TMPSUFF ".ctmtmp"

Julian
-
Julian Stacey   http://bim.bsn.com/~jhs/        
 Kostenlos: FreeBSD 3200 packages, sources, Netscape, WordPerfect & StarWriter.
 RaucherKrebsNebel erregt meinen allergischen Kopfschmerz: Schnupftabak Nutzen!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to