ports/178690: [PATCH] sysutils/htop: change package message
Steve Wills
swills at freebsd.org
Thu May 16 17:40:01 UTC 2013
>Number: 178690
>Category: ports
>Synopsis: [PATCH] sysutils/htop: change package message
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu May 16 17:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Steve Wills
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r250697: Thu May 16 15:26:48 UTC
>Description:
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
Port maintainer (gaod at hychen.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- htop-1.0.2.patch begins here ---
Index: pkg-message
===================================================================
--- pkg-message (revision 318324)
+++ pkg-message (working copy)
@@ -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
***********************************************************
--- htop-1.0.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list