From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH 0/3] [Shepherd][PATCH 0/3] Change configuration file. Date: Sat, 16 Jan 2016 23:17:38 +0100 Message-ID: <1452982661-17268-1-git-send-email-mthl@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.6.4" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKZAN-0005Pv-3H for guix-devel@gnu.org; Sat, 16 Jan 2016 17:17:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKZAJ-0001Hp-UF for guix-devel@gnu.org; Sat, 16 Jan 2016 17:17:51 -0500 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: guix-devel@gnu.org This is a multi-part message in MIME format. --------------2.6.4 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable As suggested by Ludo here is an implementation of: =E2=80=A2 Change configuration file from ~/.dmd.d/init.scm to ~/.config/shepherd/init.scm (ideally honor XDG variables.) Same for the socket file name. Mathieu Lirzin (3): maint: Add .dir-locals.el. support: Add a keyword argument '#:secure?' to verify-dir. support: Rename user-dmddir to %user-shepherd-dir. .dir-locals.el | 13 +++++++++ modules/shepherd.scm | 8 +++--- modules/shepherd/support.scm | 68 +++++++++++++++++++++++++++++++-------= ------ 3 files changed, 65 insertions(+), 24 deletions(-) create mode 100644 .dir-locals.el --=20 2.6.4 --------------2.6.4--