From owner-freebsd-questions Thu Oct 24 22:05:48 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA21799 for questions-outgoing; Thu, 24 Oct 1996 22:05:48 -0700 (PDT) Received: from jpi.mozcom.com (jpi.mozcom.com [206.151.136.210]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA21791 for ; Thu, 24 Oct 1996 22:05:28 -0700 (PDT) Received: from jpi (jpi [10.0.0.8]) by jpi.mozcom.com (8.6.12/8.6.12) with SMTP id NAA16739 for ; Fri, 25 Oct 1996 13:07:55 +0800 Message-ID: <32704B29.167EB0E7@jpi.mozcom.com> Date: Fri, 25 Oct 1996 13:07:53 +0800 From: "Dennis B. Vega" Organization: J-SYS Philippines, Inc. X-Mailer: Mozilla 2.0 (X11; I; FreeBSD 2.1.0-RELEASE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: question abou cron Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm using FreeBSD 2.1.0-RELEASE operating system. Recently, I wrote a c-shell script that is executed by the root's crontab every 10 minutes. My problem is the cron uses bourne shell in executing the script even though the SHELL environment in the /etc/crontab is set to SHELL=/bin/csh. How can I make this script run in the c-shell? Thanks in advance! Dennis Vega