From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 20:49:42 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E6BF37B401 for ; Fri, 8 Aug 2003 20:49:42 -0700 (PDT) Received: from hotmail.com (bay8-f106.bay8.hotmail.com [64.4.27.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id D33BA43FDD for ; Fri, 8 Aug 2003 20:49:41 -0700 (PDT) (envelope-from evantd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 8 Aug 2003 20:49:41 -0700 Received: from 12.229.123.246 by by8fd.bay8.hotmail.msn.com with HTTP; Sat, 09 Aug 2003 03:49:41 GMT X-Originating-IP: [12.229.123.246] X-Originating-Email: [evantd@hotmail.com] From: "Evan Dower" To: freebsd-questions@freebsd.org Date: Fri, 08 Aug 2003 20:49:41 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Aug 2003 03:49:41.0734 (UTC) FILETIME=[4399F860:01C35E29] Subject: fcrontab and script issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2003 03:49:42 -0000 I wrote a script to do a -current build (and it works), 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, 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