From owner-freebsd-questions Thu Feb 8 1: 9:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id A8EE737B69C for ; Thu, 8 Feb 2001 01:09:10 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 8 Feb 2001 01:07:17 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1898sv25988; Thu, 8 Feb 2001 01:08:54 -0800 (PST) (envelope-from cjc) Date: Thu, 8 Feb 2001 01:08:48 -0800 From: "Crist J. Clark" To: Ertan Kucukoglu Cc: questions@FreeBSD.ORG Subject: Re: script problem (off topic) Message-ID: <20010208010847.O91447@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <3A825B2F.B7A1FA80@ozlerplastik.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3A825B2F.B7A1FA80@ozlerplastik.com>; from ertank@ozlerplastik.com on Thu, Feb 08, 2001 at 10:39:11AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 08, 2001 at 10:39:11AM +0200, Ertan Kucukoglu wrote: > Hello, > > I have a script to update my virus definitions every night. I use unzip > program it it. But, I always get errors indicating that unzip can not find > the required file. No you don't. > A part of original script output is below: > > ------------------------------- > Any cumulative update? > There is no cumulative update. > Get the daily update. > > 7339 bytes transferred in 3.5 seconds (2.04 kBps) > unzip: not found This is the shell telling you it cannot find an 'unzip' executable in your path. Check your PATH within the script. Missing /usr/local/bin? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message