From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/9] activation: Allow /var/lib to be a home directory. Date: Sat, 03 Sep 2016 15:24:23 +0200 Message-ID: <87bn05nmk8.fsf@gnu.org> References: <20160901155711.7388-1-david@craven.ch> <20160901155711.7388-2-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgAvv-0006rF-1n for guix-devel@gnu.org; Sat, 03 Sep 2016 09:24:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgAvq-0007bo-0V for guix-devel@gnu.org; Sat, 03 Sep 2016 09:24:29 -0400 In-Reply-To: <20160901155711.7388-2-david@craven.ch> (David Craven's message of "Thu, 1 Sep 2016 17:57:04 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * gnu/build/activation.scm (activate-user): Make sure /var/lib exists. ^ AFAICS this is =E2=80=98activate-users+groups=E2=80=99. I initially had the same reaction as =E5=AE=8B=E6=96=87=E6=AD=A6, but based= on your reply, I agree that it looks like the right place. > + ;; allow /var/lib/application to be a home directory Please capitalize and punctuate. > + (mkdir-p "/var/lib") =E2=80=98mkdir=E2=80=99 should be enough. Thanks! Ludo=E2=80=99.