Date: Sat, 18 May 2013 20:10:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/178690: commit references a PR Message-ID: <201305182010.r4IKA1Sn091002@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178690; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178690: commit references a PR Date: Sat, 18 May 2013 20:05:14 +0000 (UTC) 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 *********************************************************** _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305182010.r4IKA1Sn091002>