From owner-freebsd-questions@FreeBSD.ORG Tue Apr 5 18:08:47 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B69CB1065672 for ; Tue, 5 Apr 2011 18:08:47 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 412E28FC12 for ; Tue, 5 Apr 2011 18:08:46 +0000 (UTC) Received: by bwz12 with SMTP id 12so644217bwz.13 for ; Tue, 05 Apr 2011 11:08:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=2rn80MpUrHnpOKmekWI1B56JErMtA1hp5fZJefbVowY=; b=mwXvU2xF4/rCv4SoJgKBW/qToaXCQ0ukNQ8sjJfEzgM6kVdvKUHHmfFhgeEqn9/pKU 4tn4LpE2h0Ijy2M1U5dhvpCX+Q/0bXL9w2AdVMaBVc7l9FvaEketKyFacsL8YTNrZCQx kBGd2r/y2Y2ha/pu/aqp2fHHPDgpJH2tDZbGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=fSeOQkjMt289xNz1hOKMPZ0grwqfGT3dmsjSsMDTzgKVwHlt8FD6pnOY8/70fFN+ri vZ12hmenJnbze2Nb6lbgLUyNrZEUgPQVw8FfadSSlf+DQHSWkeNWFxE3h6osvDzreIwE zf6i5+XaSmHqEjfsR/RSgfeq43Cn06LCh5HfY= Received: by 10.204.137.19 with SMTP id u19mr4007830bkt.106.1302026925528; Tue, 05 Apr 2011 11:08:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.64.142 with HTTP; Tue, 5 Apr 2011 11:06:28 -0700 (PDT) In-Reply-To: <20110405155132.GC22718@gizmo.acns.msu.edu> References: <4D9B3403.2070704@yahoo.fr> <20110405155132.GC22718@gizmo.acns.msu.edu> From: Chris Rees Date: Tue, 5 Apr 2011 19:06:28 +0100 Message-ID: To: Jerry McAllister Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?Michael_Gr=FCnewald?= , FreeBSD questions Subject: Re: Place to install library of shell functions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2011 18:08:47 -0000 2011/4/5 Jerry McAllister : > On Tue, Apr 05, 2011 at 05:23:47PM +0200, Michael Gr=FCnewald wrote: > >> Dear FreeBSD users, >> >> >> today I come to you with what seems to be somehow pedantic question: >> where is the best place to install libraries of shell functions. >> >> I read hier(4) carefully and it seems the correct place for this would >> be somewhere under `/usr/local/share': >> >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 share/ =A0 =A0architecture-independent f= iles > > I would go with /usr/local/lib. > I'd rather agree with the OP; shell functions are arch-independent, and are DATADIR suited IMO. Chris