Date: Tue, 31 Aug 2010 09:16:33 -0700 From: Sean Bruno <seanbru@yahoo-inc.com> To: "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org> Cc: Scott Long <scottl@samsco.org> Subject: /etc/rc.d/mountcritremote Message-ID: <1283271393.3665.13.camel@home-yahoo>
next in thread | raw e-mail | index | archive | help
An issue in testing came up where we were trying to mount NFS directories from the same server, i.e. a machine trying to mount an NFS dir on itself. Because mountcritremote runs before the NFS server is up, we modified the REQUIRES section and appended nfsd. I *think* that this is a silly implementation, however it does make sense that this change be made. Comments? Index: mountcritremote =================================================================== --- mountcritremote (revision 212057) +++ mountcritremote (working copy) @@ -4,7 +4,7 @@ # # PROVIDE: mountcritremote -# REQUIRE: NETWORKING FILESYSTEMS cleanvar ipsec +# REQUIRE: NETWORKING FILESYSTEMS cleanvar ipsec nfsd # KEYWORD: nojail . /etc/rc.subr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1283271393.3665.13.camel>