mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
9237589cb5
Change package message so that the fstab line includes the late option so that it doesn't fail to boot if /usr is on a different partition. PR: ports/178690 Submitted by: swills Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
7 lines
372 B
Plaintext
7 lines
372 B
Plaintext
***********************************************************
|
|
htop(1) requires linprocfs(5) to be mounted. If you don't
|
|
have it mounted already, please add this line to /etc/fstab
|
|
and run `mkdir -p /usr/compat/linux/proc; ln -s /usr/compat /compat; mount linproc`:
|
|
linproc /compat/linux/proc linprocfs rw,late 0 0
|
|
***********************************************************
|