From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 04/11] services: Rename %do-not-kill-file. Date: Thu, 28 Jan 2016 20:50:25 +0300 Message-ID: <87si1h1tlq.fsf@gmail.com> References: <1453929036-10408-1-git-send-email-alezost@gmail.com> <1453929036-10408-5-git-send-email-alezost@gmail.com> <87k2mugfw9.fsf@gnu.org> 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]:44916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOqiD-0001rH-9A for guix-devel@gnu.org; Thu, 28 Jan 2016 12:50:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOqi9-0005YF-7E for guix-devel@gnu.org; Thu, 28 Jan 2016 12:50:29 -0500 In-Reply-To: <87k2mugfw9.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 28 Jan 2016 11:25:10 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2016-01-28 13:25 +0300) wrote: > Alex Kost skribis: > >> * gnu/services/base.scm (%do-not-kill-file): Rename to >> "/etc/shepherd/do-not-kill". > > Shouldn=E2=80=99t it be merged with patch 03? Otherwise patch 03 alone w= ould > break things AIUI, because it would create a different file than the one > actually used. OK, you know better (I actually don't understand what these files are used for). An interesting thing is that =E2=80=98mark-as-not-killable=E2=80=99 from (g= nu build linux-boot) uses "/root/etc/dmd/do-not-kill", while =E2=80=98%do-not-kill-f= ile=E2=80=99 is "/etc/dmd/do-not-kill". These files have always been different (since commit 7d57cfd) and it didn't break things. So IIUC it should be the same file name in both places, right? --=20 Alex