From patchwork Sun Oct 25 00:59:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= X-Patchwork-Id: 535524 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 2097114131D for ; Sun, 25 Oct 2015 12:00:59 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=tjX+vEpD; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5A426318C2; Sun, 25 Oct 2015 01:00:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xg9+RWOJG7yk; Sun, 25 Oct 2015 01:00:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E9FA1320F5; Sun, 25 Oct 2015 01:00:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 5F7C11C0BE0 for ; Sun, 25 Oct 2015 00:59:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5BBAB8761E for ; Sun, 25 Oct 2015 00:59:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D11ukk_jmm1w for ; Sun, 25 Oct 2015 00:59:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 7E2088761D for ; Sun, 25 Oct 2015 00:59:58 +0000 (UTC) Received: by wicll6 with SMTP id ll6so72678321wic.1 for ; Sat, 24 Oct 2015 17:59:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=o7MbuaQN4fNkdB+jBWv9XtzNk3a0VGVPSon+HaZ89Ao=; b=tjX+vEpDTY0InfSigymWCiZg/KbWmr8WWqVtTUnicVDb2+FSHdeSMongJCXVOfQOMN JJnDSN7FBl0J02uak73cv2cJVjx3dcOSCddjOe2npCAf1OwuwdH+LQfHcHfwGIHoyJQY Z9FQzfFDL2VGMo0Rxv8sLQxZGe/FDHomHJ0ZUpXWkjaCTnHSRdFZpOXpyRTk72H1Jowr 5kOCcTN5phAxfaXVI9BIV93cDQrfneqR94iZys6N8JW4yhQb9wcDbvx/xmHslEO7sE/l HDfRVsw8nA8RQBGezRWg624cQyPqbUmZp24XeFM6LNH1hVdlgscvkeUrwmoUiA/ui+Ef fiWQ== X-Received: by 10.180.182.49 with SMTP id eb17mr13165067wic.82.1445734797192; Sat, 24 Oct 2015 17:59:57 -0700 (PDT) Received: from localhost.localdomain (vno44-1-88-172-188-148.fbx.proxad.net. [88.172.188.148]) by smtp.gmail.com with ESMTPSA id jd9sm8406757wic.0.2015.10.24.17.59.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 24 Oct 2015 17:59:56 -0700 (PDT) From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= To: Date: Sun, 25 Oct 2015 02:59:37 +0200 Message-Id: <1445734779-7212-11-git-send-email-benoit.thebaudeau.dev@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1445734779-7212-1-git-send-email-benoit.thebaudeau.dev@gmail.com> References: <1445734779-7212-1-git-send-email-benoit.thebaudeau.dev@gmail.com> MIME-Version: 1.0 Cc: Thomas Petazzoni , =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Subject: [Buildroot] [PATCH v3 11/13] package/dhcp: systemd: support IPv6 lease file X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The IPv6 lease file has a different name. Signed-off-by: Benoît Thébaudeau --- Changes v2 -> v3: new patch. --- package/dhcp/dhcp.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/dhcp/dhcp.mk b/package/dhcp/dhcp.mk index c05e694..3aa1577 100644 --- a/package/dhcp/dhcp.mk +++ b/package/dhcp/dhcp.mk @@ -83,6 +83,8 @@ define DHCP_INSTALL_INIT_SYSTEMD $(TARGET_DIR)/usr/lib/tmpfiles.d/dhcpd.conf echo "f /var/lib/dhcp/dhcpd.leases - - - - -" >> \ $(TARGET_DIR)/usr/lib/tmpfiles.d/dhcpd.conf + echo "f /var/lib/dhcp/dhcpd6.leases - - - - -" >> \ + $(TARGET_DIR)/usr/lib/tmpfiles.d/dhcpd.conf endef endif