Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect-java:master commit in: src/scripts/, src/modules/
Date: Fri, 01 Jan 2016 00:03:45
Message-Id: 1451606412.f9326e82bd02321c6846d66ea012424e88f3f0fd.chewi@gentoo
1 commit: f9326e82bd02321c6846d66ea012424e88f3f0fd
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 23:59:46 2015 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:00:12 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=f9326e82
7
8 Correct some outdated URLs
9
10 src/modules/java-vm.eselect.in | 2 +-
11 src/scripts/run-java-tool.bash.in | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/src/modules/java-vm.eselect.in b/src/modules/java-vm.eselect.in
15 index 68a5493..c964a34 100644
16 --- a/src/modules/java-vm.eselect.in
17 +++ b/src/modules/java-vm.eselect.in
18 @@ -90,7 +90,7 @@ do_list() {
19 if [[ "${found_build_only}" == "TRUE" ]]; then
20 write_warning_msg "VMs marked as Build Only may contain Security Vulnerabilities and/or be EOL."
21 write_warning_msg "Gentoo recommends not setting these VMs as either your System or User VM."
22 - write_warning_msg "Please see http://www.gentoo.org/doc/en/java.xml#build-only for more information."
23 + write_warning_msg "Please see https://wiki.gentoo.org/wiki/Java#Build_Only_VM for more information."
24 fi
25 }
26
27
28 diff --git a/src/scripts/run-java-tool.bash.in b/src/scripts/run-java-tool.bash.in
29 index bfd5130..2587fee 100644
30 --- a/src/scripts/run-java-tool.bash.in
31 +++ b/src/scripts/run-java-tool.bash.in
32 @@ -50,7 +50,7 @@ else
33 echo "* IMPORTANT: some Java tools are not available on some VMs on some architectures" >&2
34 if [ "$(id -u)" != 0 ] && [ -n "${DISPLAY}" ] && type notify-send > /dev/null; then
35 notify-send -i java-icon48 "Gentoo Java Launcher" "<b>${tool}</b> is not available for ${vm_handle}
36 -<a href=\"http://www.gentoo.org/doc/en/java.xml\">Gentoo Java User Guide</a>"
37 +<a href=\"https://wiki.gentoo.org/wiki/Java\">Gentoo Java User Guide</a>"
38 fi
39 fi
40 fi