public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/nfs-utils/files: nfs.initd
Date: Sat, 31 Jan 2009 22:13:56 +0000	[thread overview]
Message-ID: <E1LTO68-0006jl-R5@stork.gentoo.org> (raw)

vapier      09/01/31 22:13:56

  Modified:             nfs.initd
  Log:
  Add /proc/fs/nfs -> /proc/fs/nfsd fix again.

Revision  Changes    Path
1.16                 net-fs/nfs-utils/files/nfs.initd

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfs.initd?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfs.initd?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfs.initd?r1=1.15&r2=1.16

Index: nfs.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.initd,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- nfs.initd	31 Jan 2009 22:12:53 -0000	1.15
+++ nfs.initd	31 Jan 2009 22:13:56 -0000	1.16
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.initd,v 1.15 2009/01/31 22:12:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.initd,v 1.16 2009/01/31 22:13:56 vapier Exp $
 
 opts="reload"
 
@@ -55,9 +55,9 @@
 
 	# This is the new "kernel 2.6 way" to handle the exports file
 	if grep -qs nfsd /proc/filesystems ; then
-		if ! grep -qs "nfsd /proc/fs/nfs" /proc/mounts ; then
+		if ! grep -qs "nfsd /proc/fs/nfsd" /proc/mounts ; then
 			ebegin "Mounting nfsd filesystem in /proc"
-			mount -t nfsd -o nodev,noexec,nosuid nfsd /proc/fs/nfs
+			mount -t nfsd -o nodev,noexec,nosuid nfsd /proc/fs/nfsd
 			eend $?
 		fi
 	fi






             reply	other threads:[~2009-01-31 22:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-31 22:13 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-20  6:21 [gentoo-commits] gentoo-x86 commit in net-fs/nfs-utils/files: nfs.initd Mike Frysinger (vapier)
2013-03-24 19:37 Mike Frysinger (vapier)
2011-09-18  1:51 Mike Frysinger (vapier)
2011-09-01 15:18 Mike Frysinger (vapier)
2010-11-21 19:56 Mike Frysinger (vapier)
2010-08-07 21:13 Mike Frysinger (vapier)
2010-08-02 11:08 Diego Petteno (flameeyes)
2010-07-26  1:02 Diego Petteno (flameeyes)
2009-02-27  1:41 Mike Frysinger (vapier)
2009-01-31 22:19 Mike Frysinger (vapier)
2009-01-31 22:12 Mike Frysinger (vapier)
2008-05-05  4:36 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LTO68-0006jl-R5@stork.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox