X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 38C48DC132A for ; Wed, 10 Feb 2016 11:38:45 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [81.4.121.103]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B3916DC087F for ; Wed, 10 Feb 2016 11:38:43 +0000 (UTC) Received: from localhost (ip5f5ac9e1.dynamic.kabel-deutschland.de [95.90.201.225]) by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 6f7cbbd4 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 10 Feb 2016 12:38:41 +0100 (CET) Date: Wed, 10 Feb 2016 12:38:37 +0100 From: =?iso-8859-1?Q?S=F6ren?= Tempel To: alpine-aports@lists.alpinelinux.org Cc: valery.kartel@gmail.com Subject: Re: [alpine-aports] [PATCH] main/dropbear: add ssh command in -ssh subpackage Message-ID: <20160210113837.GA21833@francium.lan> References: <1454934359-3536-1-git-send-email-valery.kartel@gmail.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1454934359-3536-1-git-send-email-valery.kartel@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On 08.02.16, Valery Kartel wrote: > +_ssh() { > + pkgdesc=3D"Dropbear ssh command" > + depends=3D"dropbear !openssh-client" > + arch=3D"noarch" > + mkdir -p "$subpkgdir"/usr/bin > + mv "$pkgdir"/usr/bin/ssh "$subpkgdir"/usr/bin/ > +} I like the idea of having -ssh and -scp subpackages for dropbear, however, correct me if I am wrong but the `/usr/bin/ssh` is just a symlink to dropbear multi (so is `/usr/bin/scp`) does it really make sense to have subpackages for symlinks? Wouldn't it make more sense to not use the multicall binary if we want to split this package into multiple subpackages? S=F6ren. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---