Path: utzoo!utgpu!watmath!kcwellsch From: kcwellsch@watmath.waterloo.edu (Ken Wellsch) Newsgroups: uw.mfcf.bugs Subject: Re: man can't find zcat on maytag Message-ID: <29527@watmath.waterloo.edu> Date: 28 Sep 89 12:33:17 GMT References: <29517@watmath.waterloo.edu> Reply-To: kcwellsch@watmath.waterloo.edu (Ken Wellsch) Distribution: uw Organization: U. of Waterloo, Ontario Lines: 4 zcat is invoked by rmand with popen("zcat",...) (i.e. relies on the underlying "sh -c" to find it). My guess is that /etc/rc does not provide the proper PATH variable since when I start the daemon by hand it works fine. I'll go feed it a PATH myself at start-up I guess.