svn commit: r318446 - head/sysutils/htop
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat May 18 20:05:02 UTC 2013
Author: rakuco
Date: Sat May 18 20:05:01 2013
New Revision: 318446
URL: http://svnweb.freebsd.org/changeset/ports/318446
Log:
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 at hychen.org> (maintainer)
Modified:
head/sysutils/htop/pkg-message
Modified: head/sysutils/htop/pkg-message
==============================================================================
--- head/sysutils/htop/pkg-message Sat May 18 20:01:36 2013 (r318445)
+++ head/sysutils/htop/pkg-message Sat May 18 20:05:01 2013 (r318446)
@@ -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
***********************************************************
More information about the svn-ports-all
mailing list