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:
Greg Lewis 2019-08-28 15:34:32 +00:00
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

View file

@ -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
} }
] ]

View file

@ -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
} }
] ]

View file

@ -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
} }
] ]