From owner-cvs-ports@FreeBSD.ORG Sun Oct 12 17:29:16 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C31F16A4B3; Sun, 12 Oct 2003 17:29:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5DA843F75; Sun, 12 Oct 2003 17:29:15 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9D0TFXJ074038; Sun, 12 Oct 2003 17:29:15 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9D0TFN5074037; Sun, 12 Oct 2003 17:29:15 -0700 (PDT) (envelope-from trevor) Message-Id: <200310130029.h9D0TFN5074037@repoman.freebsd.org> From: Trevor Johnson Date: Sun, 12 Oct 2003 17:29:15 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-6 pkg-install X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2003 00:29:16 -0000 trevor 2003/10/12 17:29:15 PDT FreeBSD ports repository Modified files: emulators/linux_base-6 pkg-install Log: Lars Eggert reports: Installation of linux_base-7.1_2 fails when linprocfs is mounted. Unmounting linprocfs before installing works around the issue. At Lars' suggestion, this script also mounts the linprocfs after installation. I assume that if the user has a linprocfs entry in /etc/fstab, the user wants it to be mounted. It also seemed like a good idea to un-mount it before de-installation. PR: 46172 Revision Changes Path 1.3 +16 -0 ports/emulators/linux_base-6/pkg-install