From owner-freebsd-questions@FreeBSD.ORG Thu Oct 13 13:14:27 2005 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 96EE116A423 for ; Thu, 13 Oct 2005 13:14:27 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD2EF43D48 for ; Thu, 13 Oct 2005 13:14:23 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id D6677CD4E14 for ; Thu, 13 Oct 2005 09:14:21 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Thu, 13 Oct 2005 09:14:21 -0400 X-Sasl-enc: HSmrrPs4cEs1xoA8bR2aNY5sljBkwjFfSisgtQ4L9DBK 1129209261 Received: from gumby.localdomain (88-104-206-252.dynamic.dsl.as9105.com [88.104.206.252]) by frontend2.messagingengine.com (Postfix) with ESMTP id 07EC35703C0 for ; Thu, 13 Oct 2005 09:14:20 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Thu, 13 Oct 2005 14:14:11 +0100 User-Agent: KMail/1.8.2 References: <200510121659.05550.list-freebsd-2004@morbius.sent.com> <434DFBF2.6050201@speechpro.com> In-Reply-To: <434DFBF2.6050201@speechpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510131414.12801.list-freebsd-2004@morbius.sent.com> Subject: Re: portmanager 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: Thu, 13 Oct 2005 13:14:27 -0000 On Thursday 13 October 2005 07:17, Igor Robul wrote: > RW wrote: > >I'm probably missing something, because I can't see what the problem is. > > > >crontab(5) says you can define environmental variables in a crontab; and > > the default system crontab already has a PATH variable pre-defined, > > although it doesn't include /usr/local/bin in the path. > > But you may not wish export PATH with /usr/local/bin to all your cron jobs. You don't need to. Variable definitions only apply to the lines that come after them - and a variable may be redefined.