ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/java/openjdk7/pkg-message
Revision: 20156
Committed: Mon Aug 31 12:43:46 2015 UTC (8 years, 7 months ago) by laffer1
Content type: text/plain
File size: 510 byte(s)
Log Message:
add mount instructions and handler for iconv

File Contents

# Content
1 ======================================================================
2
3 This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
4 procfs(5) mounted on /proc for some functionality.
5
6 If you have not done it yet, please do the following:
7
8 mount -t fdescfs fdesc /dev/fd
9 mount -t procfs proc /proc
10
11 To make it permanent, you need the following lines in /etc/fstab:
12
13 fdesc /dev/fd fdescfs rw 0 0
14 proc /proc procfs rw 0 0
15
16 ======================================================================

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain