From patchwork Thu Mar 19 17:56:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 452121 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 2383B1400EA for ; Fri, 20 Mar 2015 04:57:42 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6AFB9922E6; Thu, 19 Mar 2015 17:57:41 +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 T3MW3as8aI-R; Thu, 19 Mar 2015 17:57:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 22B88922A6; Thu, 19 Mar 2015 17:57:23 +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 88C2A1C2607 for ; Thu, 19 Mar 2015 17:57:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 85A13921FB for ; Thu, 19 Mar 2015 17:57:14 +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 PwkfuY2U3eTI for ; Thu, 19 Mar 2015 17:57:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yh0-f43.google.com (mail-yh0-f43.google.com [209.85.213.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id D4C869212B for ; Thu, 19 Mar 2015 17:57:13 +0000 (UTC) Received: by yhch68 with SMTP id h68so29191567yhc.1 for ; Thu, 19 Mar 2015 10:57:13 -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=AS1aNxfYyVsUfB5UXWILmqHf1oDZfyi0PaN2OrHtXW0=; b=UHBLxU0zN8XhtfP9YawwwEn77PsOHecMS/RgALyERE9gNZuwyncNCSEFxuYCQwVExM r3hi26ol19jVRcV9d7F7IWb62ISr0DYdmjQQnfclTf/bIf4K/Ay3vB2/Wt7pGrVYWYeB lqlEg1hcvl87unT/yhpUGGhGyQvUHnxlLegmNp8d0FBRLLU00C+puseAhKJqton7Z3eI DUCHWWFQR59fZYZgC/RqthH1KUD74pOAV04a+ugw55an3M7XgS3uu6jyQOy3TIWKbwzI /2xdYdd2/ZwLqCZVi8C05dobe41C+8eUY3ET4BdAcBQbiopvfK12p4Xtsw6gwnTs+NIe 3HiA== X-Gm-Message-State: ALoCoQlcKjWv9Yj8ExGP/v/spMQq+/ELizyV/2lJCmHr7h0HXxr/zkQ/TOZmaZat9DIl+0MQRIfe X-Received: by 10.236.53.97 with SMTP id f61mr78398102yhc.170.1426787833220; Thu, 19 Mar 2015 10:57:13 -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.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Mar 2015 10:57:12 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Thu, 19 Mar 2015 13:56:40 -0400 Message-Id: <1426787807-29510-9-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 08/15] openssh: 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 Reviewed-by: Steven Noonan Reviewed-by: Samuel Martin --- package/openssh/openssh.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk index 08f3fa0..eccfad1 100644 --- a/package/openssh/openssh.mk +++ b/package/openssh/openssh.mk @@ -36,10 +36,10 @@ endif define OPENSSH_INSTALL_INIT_SYSTEMD $(INSTALL) -D -m 644 package/openssh/sshd.service \ - $(TARGET_DIR)/etc/systemd/system/sshd.service + $(TARGET_DIR)/usr/lib/systemd/system/sshd.service mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants - ln -fs ../sshd.service \ - $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/sshd.service + ln -fs /usr/lib/systemd/system/sshd.service \ + $(TARGET_DIR)/usr/lib/systemd/system/multi-user.target.wants/sshd.service endef define OPENSSH_INSTALL_INIT_SYSV