summaryrefslogtreecommitdiff
path: root/java/openjdk20/pkg-message
blob: 811dcb1e3b5875af03f5bfcf0b8f81bac96e21c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ type: install
  message: <<EOM
This OpenJDK implementation may require procfs(5) mounted on /proc for some
applications.

If you have not done it yet, please do the following:

	mount -t procfs proc /proc

To make it permanent, you need the following lines in /etc/fstab:

	proc	/proc		procfs		rw	0	0
EOM
}
]