Subject: Re: X11R6 color server?
To: amiga-x <amiga-x@netbsd.org>
From: Michael L. Hitch <osymh@gemini.oscs.montana.edu>
List: amiga-x
Date: 11/28/1994 13:26:16
On Nov 28,  9:00pm, Ulf Kornings wrote:
> I have 3 questions!
...
> 3) When i try to patch a kernel with binpatch, for example:
> 
> binpatch -s _ite_default_width -r 720 netbsd
> 
> it NEVER replaces the old value with the new! why?
> 
> binpatch comes from binpatch-arr.tar.gz and 
> the kernel is A3000 1.0.

  That version of binpatch has a bug when using the original syntax.  You
need to use the alternate form:
   binpatch -s _ite_default_width=720 netbsd

Michael