From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OF1Du-0000gQ-QW for garchives@archives.gentoo.org; Thu, 20 May 2010 08:35:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44D73E0C30; Thu, 20 May 2010 13:35:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A0442E0C03; Thu, 20 May 2010 13:35:15 +0000 (UTC) Received: from [192.168.1.35] (unknown [94.158.169.0]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2203A1B4015; Thu, 20 May 2010 13:35:10 +0000 (UTC) Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/samba/files: samba-init From: Peter Volkov To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Cc: gentoo-commits@lists.gentoo.org In-Reply-To: <20100511115325.092B22C04D@corvid.gentoo.org> References: <20100511115325.092B22C04D@corvid.gentoo.org> Content-Type: text/plain; charset="UTF-8" Date: Thu, 20 May 2010 17:34:04 +0400 Message-ID: <1274362444.2688.23.camel@tablet> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.28.3.1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e3e4a697-fd40-48a9-a602-ba42c9ac9ddc X-Archives-Hash: f3c519a478acb822e4a15026cfab6f27 =D0=92 =D0=92=D1=82=D1=80, 11/05/2010 =D0=B2 11:53 +0000, Patrick Lauer (= patrick) =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > start() { > + # we can't assume that /var/run/ is persistent, so create dir if need= ed > + [ ! -e /var/run/samba ] && mkdir /var/run/samba Why? Is it impossible to create /var/run/samba during src_install? --=20 Peter.