ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Slava Semushin" <slava.semushin@gmail.com>
To: "ALT Devel discussion list" <devel@lists.altlinux.org>
Subject: Re: [devel] Q: /usr/local/share/man in MANPATH
Date: Wed, 20 Jun 2007 17:51:26 +0700
Message-ID: <75e139a00706200351o36bd7ef1q26f0669e9dfb26f1@mail.gmail.com> (raw)
In-Reply-To: <20070620101244.GB23268@basalt.office.altlinux.org>

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/==/=/ тоже не повредит...


-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

  reply	other threads:[~2007-06-20 10:51 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 [this message]
2007-06-20 11:37     ` Dmitry V. Levin

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=75e139a00706200351o36bd7ef1q26f0669e9dfb26f1@mail.gmail.com \
    --to=slava.semushin@gmail.com \
    --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