Gentoo Archives: gentoo-user

From: jens wefer <jens.wefer@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Who creates directories in /var/run?
Date: Tue, 22 Jan 2013 13:56:59
Message-Id: 20130122145617.0000718c@unknown
In Reply to: [gentoo-user] Re: Who creates directories in /var/run? by Holger Hoffstaette
1 Am Mon, 21 Jan 2013 19:38:31 +0100
2 schrieb "Holger Hoffstaette" <holger.hoffstaette@××××××××××.com>:
3
4 > On Mon, 21 Jan 2013 16:18:48 +0000, Konstantinos Agouros wrote:
5 >
6 > > For me this fails for slapd (openldap). Where and how should this be
7 > > happening?
8 >
9 > That's an open bug in openldap (not using it myself but friend
10 > stumbled over the same problem), check Bugzilla. Fix is probably
11 > trivial.
12
13 temporarily use a script in /etc/locale.d
14 if [ ! -d /run/openldap ]; then
15 mkdir
16 chmod
17 fi
18
19 by, jems.