Path: utzoo!attcan!uunet!wuarchive!swbatl!texbell!root From: root@texbell.sbc.com (Greg Hackney) Newsgroups: comp.sys.ncr Subject: Re: More on batch errors Keywords: argv[0] is wrong Message-ID: <196@texbell.sbc.com> Date: 21 Aug 90 00:23:17 GMT References: <1039@cnw01.storesys.coles.oz.au> Organization: Southwestern Bell Lines: 15 In article <1039@cnw01.storesys.coles.oz.au> nigel@cnw01.storesys.coles.oz.au (Nigel Harwood) writes: > I have recently installed a small > script which is run by root CRON every hour. > I have just received a message from CRON telling me that the > program ccf was invoked with incorrect options. > The usage says "lpirun" instead of "ccf" !!!! > LPI-RUN being another product which is being used on our systems > but was not even mentioned in the script in question. It sounds like 'ccf' is executing a program without calling it with a full pathname. And it's executing another file of the same that calls lpirun. -- Greg