From patchwork Thu Mar 19 17:56:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 452126 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 99F5614012F for ; Fri, 20 Mar 2015 04:58:07 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 78BA692298; Thu, 19 Mar 2015 17:58:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E5SthrlvYjG8; Thu, 19 Mar 2015 17:58:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 03990922B5; Thu, 19 Mar 2015 17:57:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2A3EB1C2607 for ; Thu, 19 Mar 2015 17:57:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 25C2A922DA for ; Thu, 19 Mar 2015 17:57:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i2DhBl2U5lHc for ; Thu, 19 Mar 2015 17:57:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yk0-f177.google.com (mail-yk0-f177.google.com [209.85.160.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0DF739226F for ; Thu, 19 Mar 2015 17:57:21 +0000 (UTC) Received: by ykek76 with SMTP id k76so31391880yke.0 for ; Thu, 19 Mar 2015 10:57:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=HJJbkx80uKwdurfT7ygOU3R4m6gXnSc7nGA1XlgEQxs=; b=EaEmfIJ3fVY7afot8FrPj06pB7Jz7tnC1Zv2XXqEOyC6Gk8xKeSbrtzaIi4vZO96KQ tzT6OrpnhSNL7bZhThK42zUrVZ+CTCYnYqbANpnQkYr7WvNB2hKH2vkGIwdP8KJxN5Ai lH4XhgyiO23d+hZ3S8UyC2pnwKSsT6TK3Kwppf6Bw4zTHVJ8TWUELrkSTo6l3+PtciuM 0mqOI2xygarLUD97ne7eHiu9PRtFHFJDrH5yR7utKll/daenbkyteipamD9wCG/TjsNi pNrXJe4fCLYVNkh+SEMmvd7zeJ3Hjkv2YkSMTIBCKUiF53e+uQiLQukc0QTFehEetCcm fV+A== X-Gm-Message-State: ALoCoQk8cGgQVRO3jESEgTkhKQi1+EN7MXzGOoZ6PJl/tOiM4kTok5g46VIO/sTVBAho+HFOUtV1 X-Received: by 10.236.21.198 with SMTP id r46mr13959820yhr.101.1426787840360; Thu, 19 Mar 2015 10:57:20 -0700 (PDT) Received: from mikework.lifesafer.com (FUSE-DEDICATED-66-42-228-99.fuse.net. [66.42.228.99]) by mx.google.com with ESMTPSA id e48sm1527034yho.30.2015.03.19.10.57.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Mar 2015 10:57:19 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Thu, 19 Mar 2015 13:56:45 -0400 Message-Id: <1426787807-29510-14-git-send-email-mike@mikebwilliams.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1426787807-29510-1-git-send-email-mike@mikebwilliams.com> References: <1426787807-29510-1-git-send-email-mike@mikebwilliams.com> Subject: [Buildroot] [PATCH 13/15] dhcp: move systemd service file to /usr/lib 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Mike Williams Reviewed-by: Steven Noonan Reviewed-by: Samuel Martin --- package/dhcp/dhcp.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/dhcp/dhcp.mk b/package/dhcp/dhcp.mk index f01a5fa..85acfbf 100644 --- a/package/dhcp/dhcp.mk +++ b/package/dhcp/dhcp.mk @@ -78,11 +78,11 @@ endef ifeq ($(BR2_PACKAGE_DHCP_SERVER),y) define DHCP_INSTALL_INIT_SYSTEMD $(INSTALL) -D -m 644 package/dhcp/dhcpd.service \ - $(TARGET_DIR)/lib/systemd/system/dhcpd.service + $(TARGET_DIR)/usr/lib/systemd/system/dhcpd.service mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants - ln -sf ../../../../lib/systemd/system/dhcpd.service \ + ln -sf /usr/lib/systemd/system/dhcpd.service \ $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/dhcpd.service echo "d /var/lib/dhcp 0755 - - - -" > \