Subject: Re: What is this message saying?
To: Kenneth Stailey <kstailey@leidecker.gsfc.nasa.gov>
From: Wayne Berke <berke@panix.com>
List: netbsd-help
Date: 03/16/1995 22:55:31
In message <9503170328.AA00750@leidecker.gsfc.nasa.gov>, Kenneth Stailey writes
:
> 
> pluto% grep COMP Makefile 
> CFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
> CFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
> pluto% pwd
> /usr/src/usr.bin/newsyslog
> 
> What are you talking about?  He told me that I was right about the
> crunched binaries via email already.
> 

Sorry, brain spasm.  You're absolutely right.  I saw this a while ago and
don't remember it very well.  But I do know it was triggered by cron's
invocation of newsyslog.  Also, the source should probably be fixed to get
the right value of argv[0] when COMPRESS gets execl'd (in 1.0, at least,
it hardwires the string "compress").

Wayne