From owner-freebsd-ports@FreeBSD.ORG Fri Aug 15 02:47:49 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 2344B37B401 for ; Fri, 15 Aug 2003 02:47:49 -0700 (PDT) Received: from hotmail.com (bay8-f93.bay8.hotmail.com [64.4.27.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF54843FBF for ; Fri, 15 Aug 2003 02:47:48 -0700 (PDT) (envelope-from evantd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 10 Aug 2003 21:56:41 -0700 Received: from 12.229.123.246 by by8fd.bay8.hotmail.msn.com with HTTP; Mon, 11 Aug 2003 04:56:41 GMT X-Originating-IP: [12.229.123.246] X-Originating-Email: [evantd@hotmail.com] From: "Evan Dower" To: ports@freebsd.org Date: Sun, 10 Aug 2003 21:56:41 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Aug 2003 04:56:41.0376 (UTC) FILETIME=[F4522A00:01C35FC4] 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: Fri, 15 Aug 2003 09:47:49 -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. Thanks in advance, 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 _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail