From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 12:58:53 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 EED5C16A4CE for ; Thu, 6 Nov 2003 12:58:53 -0800 (PST) Received: from be-well.no-ip.com (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4170244005 for ; Thu, 6 Nov 2003 12:58:53 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.no-ip.com (Postfix, from userid 1147) id E08163B09; Thu, 6 Nov 2003 15:58:52 -0500 (EST) Sender: lowell@be-well.ilk.org To: Vitalis References: <1068037754.628.14.camel@sankukai.ice-age.org> From: Lowell Gilbert Date: 06 Nov 2003 15:58:52 -0500 In-Reply-To: <1068037754.628.14.camel@sankukai.ice-age.org> Message-ID: <44r80lkycz.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions cc: brian@shadowcom.net Subject: Re: "oracle" shell environment X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2003 20:58:54 -0000 Vitalis writes: > Using http://www.shadowcom.net/freebsd-oracle9i/ how can we deal with > the "oracle" shell environment? I mean, due to the linux compatibility > mode, there is some Oracle stuff under /compat/linux/etc/, but scritpts > and executables expect them to be in /etc. We can modify dbstart et al., > but is there another solution? The linux "emulator" searches /compat/linux... before /..., so this should work fine, as far as I can see. > BTW can we (should we) change the default shell of the "oracle" user to > something like /compat/linux/bin/*sh? Or can we (should we) launch a > /compat/linux/bin/*sh at the end of the .profile or .login? No, again, this should probably just work.