Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 17:38:38 GMT
From:      Steve Wills <swills@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gaod@hychen.org
Subject:   ports/178690: [PATCH] sysutils/htop: change package message
Message-ID:  <201305161738.r4GHcciA011522@meatwad.mouf.net>
Resent-Message-ID: <201305161740.r4GHe0L6063819@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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