From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 23:10:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4879A16A420 for ; Tue, 21 Feb 2006 23:10:20 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43BE43D48 for ; Tue, 21 Feb 2006 23:10:19 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k1LNAD0K086802 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 21 Feb 2006 15:10:13 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k1LNACNJ086801; Tue, 21 Feb 2006 15:10:12 -0800 (PST) (envelope-from james) Date: Tue, 21 Feb 2006 15:10:12 -0800 From: James Long To: freebsd-questions@freebsd.org, Tim Daneliuk Message-ID: <20060221231012.GA86433@ns.museum.rain.com> References: <20060221173213.6933B16A42A@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060221173213.6933B16A42A@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: Subject: Re: Path And 'cron' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 23:10:20 -0000 > Date: Tue, 21 Feb 2006 09:25:11 -0600 > From: Tim Daneliuk > Subject: Re: Path And 'cron' > To: Warren Block > Cc: freebsd-questions@freebsd.org > Message-ID: <43FB30D7.5080509@tundraware.com> > > The problem in this case is that it is not a shell script I own > or maintain - it is the shell script provided with 'nessus' to update > its plugins. I could certainly modify the script, but then I'd have > to remember to do this every time I upgraded the program. I prefer > "fire and forget" solutions that take care of themselves automatically. > Hence my desire to be able to change the default path cron uses in > some config file.... Forgive me for missing the early parts of this thread, but why not just put a PATH directive in your crontab?