1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix pkg-message instructions.

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)
This commit is contained in:
Raphael Kubo da Costa 2013-05-18 20:05:01 +00:00
parent a4519daeed
commit 9237589cb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318446

View File

@ -2,5 +2,5 @@
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 0 0
linproc /compat/linux/proc linprocfs rw,late 0 0
***********************************************************