From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] [Q] вопрос про upgrade пакета, если в пакете директорию надо заменить soft link
Date: Wed, 1 Dec 2004 14:03:11 +0300
Message-ID: <20041201110311.GC28392@basalt.office.altlinux.org> (raw)
In-Reply-To: <20041201135311.6e54ff16@pokemon.msk.menatepspb.com>
[-- Attachment #1: Type: text/plain, Size: 812 bytes --]
On Wed, Dec 01, 2004 at 01:53:11PM +0300, vserge wrote:
> Вышел вчера новый OpenLDAP 2.2.19 и захотлось мне разрешить проблему
> недоступности в chroot ssl сертификатов
> для этого я хочу заменить директорию
> /etc/openldap/ssl на ссылку /etc/openldap/ssl->/var/lib/ssl/certs
>
> откуда при создании chroot окружения при старте openldap-server'а будут
> копироваться сертификаты, при этом копировать сертификаты хочется не
> все, а только по признаку slapd-*.pem или ldap-*.pem
>
>
> Так вот при установке нового пакета получаем ошибку и создается
> директория /etc/openldap/ssl[некий набор символов и
> цифр]->/var/lib/ssl/certs
>
> Вопрос как это правильно обойти в пакете?
%pre servers
d=/etc/openldap/ssl
if [ -d "$d" -a ! -L "$d" ]; then
%__mv "$d" "$d".rpmsave
fi
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2004-12-01 11:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-01 10:53 vserge
2004-12-01 11:03 ` Dmitry V. Levin [this message]
2004-12-01 15:42 ` vserge
2004-12-01 23:36 ` vserge
2004-12-02 12:19 ` [devel] [Q] вопрос про buildreq Dmitry V. Levin
2004-12-04 6:51 ` Alexander Bokovoy
2004-12-06 8:00 ` vserge
2004-12-06 8:11 ` Andrey Rahmatullin
2004-12-06 8:15 ` Alexey I. Froloff
2004-12-06 10:31 ` vserge
2004-12-06 9:17 ` Anton Farygin
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=20041201110311.GC28392@basalt.office.altlinux.org \
--to=ldv@altlinux.org \
--cc=devel@altlinux.ru \
/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