From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R5Nep-000529-78 for garchives@archives.gentoo.org; Sun, 18 Sep 2011 20:08:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16E5421C0D6; Sun, 18 Sep 2011 20:07:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DB37021C080 for ; Sun, 18 Sep 2011 20:07:49 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 689341B4011 for ; Sun, 18 Sep 2011 20:07:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2D91B8004B for ; Sun, 18 Sep 2011 20:07:48 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/procfs.in X-VCS-Directories: init.d/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: f52dca69849b0aef2a4644f106c152c0e456f989 Date: Sun, 18 Sep 2011 20:07:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 939094dece2691ee9852e789adff33c5 commit: f52dca69849b0aef2a4644f106c152c0e456f989 Author: Mike Frysinger gentoo org> AuthorDate: Sun Sep 18 19:47:16 2011 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Sep 18 20:01:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Df52dca69 procfs: drop nfsd mounting The dedicated nfs init.d script takes care of mounting this when necessary, and we want it there since mounting it isn't terribly useful if you can't actually start up the nfs daemons (which the nfs-utils package provides). Signed-off-by: Mike Frysinger gentoo.org> --- init.d/procfs.in | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/init.d/procfs.in b/init.d/procfs.in index d86814c..645311f 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -37,16 +37,6 @@ start() fi fi =20 - # Setup Kernel Support for the NFS daemon status - if [ -d /proc/fs/nfsd ] && ! mountinfo -q /proc/fs/nfsd; then - if grep -qs nfsd /proc/filesystems; then - ebegin "Mounting NFS filesystem" - mount -t nfsd -o nodev,noexec,nosuid \ - nfsd /proc/fs/nfsd - eend $? - fi - fi - # Setup Kernel Support for miscellaneous Binary Formats if [ -d /proc/sys/fs/binfmt_misc ] \ && ! mountinfo -q /proc/sys/fs/binfmt_misc; then