Subject: Re: CVS commit: src/sys/arch/pmax/stand/netboot
To: None <he@netbsd.org>
From: Perry E.Metzger <perry@piermont.com>
List: source-changes
Date: 12/15/2003 21:07:15
Havard Eidnes <he@netbsd.org> writes:
> Modified Files:
> 	src/sys/arch/pmax/stand/netboot: Makefile
>
> Log Message:
> Stop the install from trying to strip the ECOFF executable.
> The MIPS strip program seg-faults if that is attempted.

Not that this change is necessarily wrong, but strip (and indeed,
every program in our tree) shouldn't segfault when presented with
input, regardless of what it might be...

Perry