diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-06-24 21:53:43 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-06-24 21:53:43 +0000 |
commit | 76df8d4b8c17d44432ea56eff811cf3351df22e0 (patch) | |
tree | b5768f703009de988ad819cbd33358d4726c5576 /java/linux-ibm-jdk13/pkg-message | |
parent | Clean up. (diff) |
IBM's Java Development Kit for Linux, version 1.3.
PR: 26793
Submitted by: Chang, Hye-Shik <perky@python.or.kr>
Notes
Notes:
svn path=/head/; revision=44395
Diffstat (limited to 'java/linux-ibm-jdk13/pkg-message')
-rw-r--r-- | java/linux-ibm-jdk13/pkg-message | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/java/linux-ibm-jdk13/pkg-message b/java/linux-ibm-jdk13/pkg-message new file mode 100644 index 000000000000..5c35a693db84 --- /dev/null +++ b/java/linux-ibm-jdk13/pkg-message @@ -0,0 +1,8 @@ +============================================================= +This Java VM will attempt to detect the number of processors by taking +cpuinfo from linux's procfs. You may want to install the Linux +emulation procfs filesystem. You may do so by adding the following +line to your /etc/fstab file: + + linprocfs /compat/linux/proc linprocfs rw 0 0 +============================================================= |