Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2013 20:05:02 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318446 - head/sysutils/htop
Message-ID:  <201305182005.r4IK526h005191@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 ***********************************************************



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305182005.r4IK526h005191>