From owner-freebsd-ports@FreeBSD.ORG Mon Aug 11 22:09:52 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A71A037B401 for ; Mon, 11 Aug 2003 22:09:52 -0700 (PDT) Received: from hotmail.com (bay8-f55.bay8.hotmail.com [64.4.27.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47EF743F85 for ; Mon, 11 Aug 2003 22:09:52 -0700 (PDT) (envelope-from evantd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 11 Aug 2003 22:09:52 -0700 Received: from 12.229.123.246 by by8fd.bay8.hotmail.msn.com with HTTP; Tue, 12 Aug 2003 05:09:51 GMT X-Originating-IP: [12.229.123.246] X-Originating-Email: [evantd@hotmail.com] From: "Evan Dower" To: freebsd-ports@freebsd.org Date: Mon, 11 Aug 2003 22:09:51 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 12 Aug 2003 05:09:52.0092 (UTC) FILETIME=[F60999C0:01C3608F] Subject: fcrontab and script command nonexecution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 05:09:52 -0000 I wrote a script to do a -current build (and it works from the command line), but when I put it in my fcrontab, the calls to script don't seem to call their command argument. Any input would be greatly appreciated. A simplified scenario follows. Also please let me know if anyone else gets these symptoms with this setup. Thanks, Evan Dower Undergraduate, Computer Science University of Washington fcrontab contains: # #minute hour mday month wday who command # !mail(0) # &mail(1) * * * * * /home/evantd/testscript /home/evantd/testscript contains: #!/bin/sh script /home/evantd/testscriptresult.txt echo "testscript run successfully" the mail I receive and /home/evantd/testscriptresult.txt both contain: Script started on Fri Aug 8 20:48:00 2003 Script done on Fri Aug 8 20:48:00 2003 _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail