From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 06:36:57 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 F06E116A420 for ; Wed, 31 Aug 2005 06:36:57 +0000 (GMT) (envelope-from mfcardenas@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy04.prodigy.net.mx [148.235.52.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D9F743D53 for ; Wed, 31 Aug 2005 06:36:57 +0000 (GMT) (envelope-from mfcardenas@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy04 [148.235.52.24]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005)) with ESMTP id <0IM2007QJQBLMG@smtp.prodigy.net.mx>; Wed, 31 Aug 2005 01:35:45 -0500 (CDT) Received: from voodoo.sorcery.net(dsl-201-152-249-187.prod-infinitum.com.mx [201.152.249.187])by smtp.prodigy.net.mx(iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005))with ESMTP id <0IM200FO8QBLQJ@smtp.prodigy.net.mx>; Wed, 31 Aug 2005 01:35:45 -0500 (CDT) Date: Wed, 31 Aug 2005 01:37:45 -0500 From: Miguel =?iso-8859-1?q?C=E1rdenas?= To: freebsd-questions@freebsd.org Message-id: <200508310137.46049.mfcardenas@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.7.2 X-imss-version: 2.031 X-imss-result: Passed X-imss-scores: Clean:36.96402 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:4 C:4 M:4 S:4 R:4 (8.0000 8.0000) Subject: /etc/profile and PATH 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: Wed, 31 Aug 2005 06:36:58 -0000 Hello list I have set some environment vars in /etc/profile such as PATH QTDIR (for Qt) LD_LIBRARY_PATH etc. All variables are setup successfully except PATH that remains unchanged... I tried to setup PATH in ~/.profile and now is updated but how can I setup this variable system wide? specifically want to add the Qt and MySQL binary directories to the PATH... Thanx