Date: Mon, 29 May 2000 01:37:21 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <Pine.BSF.4.21.0005290132350.503-100000@besplex.bde.org> In-Reply-To: <200005281407.HAA65364@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Modified files: (Branch: RELENG_4) > etc rc > Log: > MFC: - NFS fs mounting cleanup > > Revision Changes Path > 1.212.2.2 +7 -5 src/etc/rc This breaks nfs-mounted /usr's. I complained to the submitter, but received no reply. Bruce > From bde@zeta.org.au Sat Apr 29 18:55:59 2000 +1000 > Date: Sat, 29 Apr 2000 18:55:56 +1000 (EST) > From: Bruce Evans <bde@zeta.org.au> > X-Sender: bde@alphplex.bde.org > To: doug@gorean.com > Subject: FreeBSD /etc/rc broken for nfs-mounted /usr > Message-ID: <Pine.BSF.4.21.0004291853260.4618-100000@alphplex.bde.org> > MIME-Version: 1.0 > Content-Type: TEXT/PLAIN; charset=US-ASCII > Status: O > X-Status: > X-Keywords: > X-UID: 323 > > > # Mount NFS filesystems if present in /etc/fstab > > if mount -d -a -t nfs | grep -q nfs >/dev/null 2>&1; then > > echo -n "Mounting NFS file systems" > > mount -a -t nfs > > echo . > > fi > > grep can't be used here, since it is in /usr which is not mounted if it > is an nfs filesystem. > > Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005290132350.503-100000>