From owner-svn-ports-all@FreeBSD.ORG Sat May 18 20:05:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 871CBD4B; Sat, 18 May 2013 20:05:02 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 785B210E; Sat, 18 May 2013 20:05:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4IK52Lu005192; Sat, 18 May 2013 20:05:02 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4IK526h005191; Sat, 18 May 2013 20:05:02 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201305182005.r4IK526h005191@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 18 May 2013 20:05:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318446 - head/sysutils/htop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 20:05:02 -0000 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 (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 ***********************************************************