mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Remove guidance about needing procfs
* Remove portions of pkg-message that mention needing /proc mounted. This hasn't been the case for a while afaik (I don't have it mounted and haven't observed any related problems).
This commit is contained in:
parent
44bd2ee35e
commit
e4d88a10b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510070
3 changed files with 3 additions and 12 deletions
|
@ -1,18 +1,15 @@
|
||||||
[
|
[
|
||||||
{ type: install
|
{ type: install
|
||||||
message: <<EOM
|
message: <<EOM
|
||||||
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
|
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd
|
||||||
procfs(5) mounted on /proc.
|
|
||||||
|
|
||||||
If you have not done it yet, please do the following:
|
If you have not done it yet, please do the following:
|
||||||
|
|
||||||
mount -t fdescfs fdesc /dev/fd
|
mount -t fdescfs fdesc /dev/fd
|
||||||
mount -t procfs proc /proc
|
|
||||||
|
|
||||||
To make it permanent, you need the following lines in /etc/fstab:
|
To make it permanent, you need the following lines in /etc/fstab:
|
||||||
|
|
||||||
fdesc /dev/fd fdescfs rw 0 0
|
fdesc /dev/fd fdescfs rw 0 0
|
||||||
proc /proc procfs rw 0 0
|
|
||||||
EOM
|
EOM
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,18 +1,15 @@
|
||||||
[
|
[
|
||||||
{ type: install
|
{ type: install
|
||||||
message: <<EOM
|
message: <<EOM
|
||||||
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
|
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd
|
||||||
procfs(5) mounted on /proc.
|
|
||||||
|
|
||||||
If you have not done it yet, please do the following:
|
If you have not done it yet, please do the following:
|
||||||
|
|
||||||
mount -t fdescfs fdesc /dev/fd
|
mount -t fdescfs fdesc /dev/fd
|
||||||
mount -t procfs proc /proc
|
|
||||||
|
|
||||||
To make it permanent, you need the following lines in /etc/fstab:
|
To make it permanent, you need the following lines in /etc/fstab:
|
||||||
|
|
||||||
fdesc /dev/fd fdescfs rw 0 0
|
fdesc /dev/fd fdescfs rw 0 0
|
||||||
proc /proc procfs rw 0 0
|
|
||||||
EOM
|
EOM
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,18 +1,15 @@
|
||||||
[
|
[
|
||||||
{ type: install
|
{ type: install
|
||||||
message: <<EOM
|
message: <<EOM
|
||||||
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
|
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd
|
||||||
procfs(5) mounted on /proc.
|
|
||||||
|
|
||||||
If you have not done it yet, please do the following:
|
If you have not done it yet, please do the following:
|
||||||
|
|
||||||
mount -t fdescfs fdesc /dev/fd
|
mount -t fdescfs fdesc /dev/fd
|
||||||
mount -t procfs proc /proc
|
|
||||||
|
|
||||||
To make it permanent, you need the following lines in /etc/fstab:
|
To make it permanent, you need the following lines in /etc/fstab:
|
||||||
|
|
||||||
fdesc /dev/fd fdescfs rw 0 0
|
fdesc /dev/fd fdescfs rw 0 0
|
||||||
proc /proc procfs rw 0 0
|
|
||||||
EOM
|
EOM
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue