ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] Q: /usr/local/share/man in MANPATH
Date: Wed, 20 Jun 2007 15:37:22 +0400
Message-ID: <20070620113722.GC26341@basalt.office.altlinux.org> (raw)
In-Reply-To: <75e139a00706200351o36bd7ef1q26f0669e9dfb26f1@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1465 bytes --]

On Wed, Jun 20, 2007 at 05:51:26PM +0700, Slava Semushin wrote:
> 20.06.07, Dmitry V. Levin<ldv / altlinux.org> написал(а):
> [...]
> > > - поставить после /usr/local/man
> > > Склоняюсь ко второму варианту
> > И правильно делаете.
> 
> В таком случае следующий вопрос:
> 
> В патчах man-1.5m2-alt-apropos и man-1.5m2-alt-makewhatis (кстати, они
> отвалились!) есть проверки вида:
> 
> +if [ -z "$update" ]; then
> +	for mandir in $manpath; do
> +		[ -d "$mandir" ] || continue
> +		[ "$mandir" != "/usr/man" ] || continue
> +		if [ -z "${mandir##/usr/share/man*}" ]; then
> +			mandir="${mandir/\/usr\/share\/man//var/cache/man}"
> +		elif [ "$mandir" == /usr/X11R6/man ]; then
> +			mandir=/var/cache/man/X11R6
> +		elif [ "$mandir" == /usr/lib/perl5/man ]; then
> +			mandir=/var/cache/man/perl
> +		elif [ "$mandir" == /usr/local/man ]; then
> +			mandir=/var/cache/man/local
> +		fi
> +		[ -d "$mandir" ] || continue
> [...]
> 
> Хотелось бы понять, что эти проверки делают? Я так понимаю, что идёт
> сопоставление расположения мана и того где хранится его кэш.

Да.

> Нужно ли вносить изменения в эти проверки после добвления
> /usr/local/share/man в MANPATH?

Да.

> Если да, то я думаю, что кэш (или что
> там) должен храниться там же где и для /usr/local/man, т.е. в
> /var/cache/man/local

Видимо, да.

> BTW, s/==/=/ тоже не повредит...

Это древний код, в нём хватает застарелых bashism'ов.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2007-06-20 11:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-20  9:59 Slava Semushin
2007-06-20 10:12 ` Dmitry V. Levin
2007-06-20 10:51   ` Slava Semushin
2007-06-20 11:37     ` Dmitry V. Levin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070620113722.GC26341@basalt.office.altlinux.org \
    --to=ldv@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git