From patchwork Fri Mar 20 19:13:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 452758 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id C46911400D5 for ; Sat, 21 Mar 2015 06:14:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 39657A40E0; Fri, 20 Mar 2015 19:14:46 +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 7dMvEGaQV5Gn; Fri, 20 Mar 2015 19:14:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 456C4A40BC; Fri, 20 Mar 2015 19:14:41 +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 6F8301C2357 for ; Fri, 20 Mar 2015 19:14:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6C0E49259B for ; Fri, 20 Mar 2015 19:14:34 +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 28QfdH4RgNNH for ; Fri, 20 Mar 2015 19:14:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3C7669264A for ; Fri, 20 Mar 2015 19:14:33 +0000 (UTC) Received: by yhim52 with SMTP id m52so15868403yhi.2 for ; Fri, 20 Mar 2015 12:14:32 -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=GZFCUyaJCuudeXMpETi3dkaA3Rvm5SCq/v+WZk9z9jg=; b=iKScVY2zcR1YecmSsPSuyVaHTehtlZuIYmMosXHC0G587xUgMHg7Ktm8dVPs4LtDSp PfdeVlaTee536nRHm69WsIE2gwnHJflR00jZ5rSP5aYpc2Oa485WFXq81QwMIiRyUHJx ljSAzGGQYKNI2Zc7csnv8quAXTsKUPGhMxWl8Mk9m8ORj+01HMzj3xrel2FeYnLYDN4S M5aqMNatwD/2ZXLVRY14NoqnWDVXxpua86RklcPsHQtionls1Tyy4cVno9hX82Xk2hK5 nEO2tLBJlJze4MMuB08JfVh4oxXDoSALioowcCVt3UoMNnflAdouKej/P/KBFvrpURYU WoJQ== X-Gm-Message-State: ALoCoQllConEpEC27bWXqL9/oakx/OI7Kgpi/iRDyvDXIC4li+W8njEruqkfScYPQlZ6L6UDvhYN X-Received: by 10.236.13.100 with SMTP id a64mr83103019yha.25.1426878872503; Fri, 20 Mar 2015 12:14:32 -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 c5sm4193119yhf.29.2015.03.20.12.14.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Mar 2015 12:14:31 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Fri, 20 Mar 2015 15:13:56 -0400 Message-Id: <1426878856-15747-6-git-send-email-mike@mikebwilliams.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1426878856-15747-1-git-send-email-mike@mikebwilliams.com> References: <1426878856-15747-1-git-send-email-mike@mikebwilliams.com> Subject: [Buildroot] [PATCH v2 05/25] openntpd: move systemd service files 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 --- package/openntpd/openntpd.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/openntpd/openntpd.mk b/package/openntpd/openntpd.mk index 60f025c..41e3399 100644 --- a/package/openntpd/openntpd.mk +++ b/package/openntpd/openntpd.mk @@ -11,9 +11,9 @@ OPENNTPD_LICENSE_FILES = COPYING define OPENNTPD_INSTALL_INIT_SYSTEMD $(INSTALL) -D -m 0644 package/openntpd/ntpd.service \ - $(TARGET_DIR)/etc/systemd/system/ntpd.service + $(TARGET_DIR)/usr/lib/systemd/system/ntpd.service mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants - ln -fs ../ntpd.service \ + ln -fs ../../../../usr/lib/systemd/system/ntpd.service \ $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/ntpd.service endef