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 00BF7DC21AD for ; Sat, 3 Oct 2015 00:42:54 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 7E0AFDC0630 for ; Sat, 3 Oct 2015 00:42:53 +0000 (UTC) Received: from localhost (ip5f5ac917.dynamic.kabel-deutschland.de [95.90.201.23]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 03dbf4b3; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 3 Oct 2015 02:42:51 +0200 (CEST) Date: Sat, 3 Oct 2015 02:42:49 +0200 From: =?iso-8859-1?Q?S=F6ren?= Tempel To: alpine-aports@lists.alpinelinux.org Cc: timo.teras@iki.fi Subject: Re: [alpine-aports] [PATCH 1/2] testing/openjdk8: install profile to /etc/profile.d Message-ID: <20151003004249.GA25648@francium.lan> References: <1443804743-4910-1-git-send-email-soeren+git@soeren-tempel.net> <20151002203957.374db2c1@vostro> 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: <20151002203957.374db2c1@vostro> User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On 02.10.15, Timo Teras wrote: > Is this needed for some specific reason? >=20 > The idea has been that java-common provides symlinks > from /usr/bin/{$java_utils} to ../lib/default-jvm/... and default-jvm > is updated by java-common's trigger script when ever a java sdk is > installed or removed. Ah, didn't know about java-common, just looked at it and it is missing many binaries (e.g. javac). Wouldn't it be the better solution to do it this way instead of relying on java-common? It's obviously harder to keep java-common up to date instead of simply installing a profile file. If you disagree changing $PATH isn't needed for some specific reason but some applications rely on JAVA_HOME being set one example is the android studio IDE. S=F6ren. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---