From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: at@turbinal.org Date: Tue, 22 Oct 2002 06:36:31 +0400 To: devel@altlinux.ru Subject: Re: [devel] Re: fhs Message-ID: <20021022023631.GA8657@homestead.turbinal.org> Mail-Followup-To: devel@altlinux.ru References: <20021021055409.GA22724@homestead.turbinal.org> <20021021091336.GC31502@basalt.office.altlinux.ru> <20021021134828.GA9252@ungrund> <20021021143917.GB24395@basalt.office.altlinux.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20021021143917.GB24395@basalt.office.altlinux.ru> Sender: devel-admin@altlinux.ru Errors-To: devel-admin@altlinux.ru X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: devel@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: On Mon, Oct 21, 2002 at 06:39:17PM +0400, Dmitry V. Levin wrote: > On Mon, Oct 21, 2002 at 05:48:28PM +0400, Alexey Tourbin wrote: > > У меня есть два вопроса: > > 1) может ли пакет создавать какие-либо каталоги в /usr/local? > > 2) что правильнее: /usr/local/perl5 или /usr/local/lib/perl5? > > fhs-2.2, "4.9.2 Requirements": > > The following directories, or symbolic links to directories, must be in > /usr/local > /usr/local -- Local hierarchy > +-bin Local binaries > +-games Local game binaries > +-include Local C header files > +-lib Local libraries > +-man Local online manuals > +-sbin Local system binaries > +-share Local architecture-independent hierarchy > +-src Local source code > > No other directories, except those listed below, may be in /usr/local below? above? > after first installing a FHS-compliant system. Hmm.... after first installing a FHS-compliant system.... $ rpm -ql filesystem-2.1.6-alt8 | grep ^/usr/local /usr/local /usr/local/bin /usr/local/doc /usr/local/etc /usr/local/games /usr/local/include /usr/local/lib /usr/local/libexec /usr/local/sbin /usr/local/share /usr/local/share/info /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man2 /usr/local/share/man/man3 /usr/local/share/man/man4 /usr/local/share/man/man5 /usr/local/share/man/man6 /usr/local/share/man/man7 /usr/local/share/man/man8 /usr/local/share/man/man9 /usr/local/share/man/mann /usr/local/src $ > > > -- > ldv