From patchwork Thu Oct 29 06:11:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cyril Bur X-Patchwork-Id: 537673 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 B81C414110D for ; Thu, 29 Oct 2015 17:13:24 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EE334315CF; Thu, 29 Oct 2015 06:13:22 +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 KktmWx1PgEqO; Thu, 29 Oct 2015 06:13:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8AEEB30E40; Thu, 29 Oct 2015 06:13:21 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id EF3D91C1480 for ; Thu, 29 Oct 2015 06:13:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E74F68DD6F for ; Thu, 29 Oct 2015 06:13:19 +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 IQwFOAXh1LzI for ; Thu, 29 Oct 2015 06:13:18 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from e23smtp01.au.ibm.com (e23smtp01.au.ibm.com [202.81.31.143]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2BA178C312 for ; Thu, 29 Oct 2015 06:13:17 +0000 (UTC) Received: from localhost by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 29 Oct 2015 16:13:15 +1000 Received: from d23dlp01.au.ibm.com (202.81.31.203) by e23smtp01.au.ibm.com (202.81.31.207) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 29 Oct 2015 16:13:13 +1000 X-IBM-Helo: d23dlp01.au.ibm.com X-IBM-MailFrom: cyrilbur@gmail.com X-IBM-RcptTo: buildroot@busybox.net Received: from d23relay06.au.ibm.com (d23relay06.au.ibm.com [9.185.63.219]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 0E8862CE8050 for ; Thu, 29 Oct 2015 17:13:13 +1100 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay06.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t9T6Cx3C31850670 for ; Thu, 29 Oct 2015 17:13:07 +1100 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t9T6CeYU007054 for ; Thu, 29 Oct 2015 17:12:40 +1100 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.192.253.14]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id t9T6CeKB006316 for ; Thu, 29 Oct 2015 17:12:40 +1100 Received: from camb691.ozlabs.ibm.com (haven.au.ibm.com [9.192.254.114]) (using TLSv1.2 with cipher AES128-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.au.ibm.com (Postfix) with ESMTPSA id 210D5A0195 for ; Thu, 29 Oct 2015 17:12:16 +1100 (AEDT) From: Cyril Bur To: buildroot@busybox.net Date: Thu, 29 Oct 2015 17:11:41 +1100 Message-Id: <1446099102-5205-1-git-send-email-cyrilbur@gmail.com> X-Mailer: git-send-email 2.6.2 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15102906-1618-0000-0000-0000031086F8 Subject: [Buildroot] [PATCH 1/2] package/dropbear: Respect user specific configurations 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" systemd .service file should respect /etc/default/dropbear Signed-off-by: Cyril Bur --- package/dropbear/dropbear.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/dropbear/dropbear.service b/package/dropbear/dropbear.service index 1eb42f9..66ec9cf 100644 --- a/package/dropbear/dropbear.service +++ b/package/dropbear/dropbear.service @@ -19,7 +19,8 @@ if [ -L /etc/dropbear \ mkdir -p "$(readlink /etc/dropbear)"; \ fi; \ fi' -ExecStart=/usr/sbin/dropbear -F -R +EnvironmentFile=/etc/default/dropbear +ExecStart=/usr/sbin/dropbear -F -R $DROPBEAR_ARGS ExecReload=/bin/kill -HUP $MAINPID [Install]