Gentoo Archives: gentoo-dev

From: Patrick Lauer <patrick@g.o>
To: Peter Volkov <pva@g.o>
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/samba/files: samba-init
Date: Thu, 20 May 2010 09:07:09
Message-Id: 4BF541EE.6020004@gentoo.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/samba/files: samba-init by Peter Volkov
1 On 05/20/10 15:34, Peter Volkov wrote:
2 > В Втр, 11/05/2010 в 11:53 +0000, Patrick Lauer (patrick) пишет:
3 >> start() {
4 >> + # we can't assume that /var/run/ is persistent, so create dir if needed
5 >> + [ ! -e /var/run/samba ] && mkdir /var/run/samba
6 >
7 > Why? Is it impossible to create /var/run/samba during src_install?
8 >
9
10 In this case the problem is people having /var/run as tmpfs
11 Personally I don't get it, but these people don't have persistence
12 across reboots, so we please them by adding this check.
13
14 More info in bug 301263, as the commit msg says.