ports/178690: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sat May 18 20:10:01 UTC 2013
The following reply was made to PR ports/178690; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 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
***********************************************************
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list