Subject: Re: A few random -current questions
To: William O Ferry <WOFerry+@CMU.EDU>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 10/17/1998 14:31:24
William O Ferry wrote:
> 
>     Also, anybody have any nifty suggestions on ways to keep their
> kernel config file up to date?

Probably not nifty, but

sed s/#//g QUARTZ > foo
sed s/#//g GENERIC > bar
diff -b foo bar | more

does it for me...

Patrick