Date: Tue, 27 Apr 2004 19:27:58 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Poul-Henning Kamp <phk@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d initdiskless Message-ID: <20040427162758.GA74867@ip.net.ua> In-Reply-To: <200404271542.i3RFgYwr078494@repoman.freebsd.org> References: <200404271542.i3RFgYwr078494@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 27, 2004 at 08:42:34AM -0700, Poul-Henning Kamp wrote: > phk 2004/04/27 08:42:34 PDT >=20 > FreeBSD src repository >=20 > Modified files: > etc/rc.d initdiskless=20 > Log: > When using this in non-NFSroot circumstances, `mount -t nfs` may > return empty. Add a dummy element to prevent the alternate action > of the shell builtin "set" > =20 > Revision Changes Path > 1.35 +2 -1 src/etc/rc.d/initdiskless >=20 A better fix would be to: -set `mount -t nfs` +set -- `mount -t nfs` Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAjooOUkv4P6juNwoRAkqxAJ4qXrSv5GP2vuNrcTH8XEBlWJVCeQCfQCun A95e9HzF7r8M0s6WE+NUxxk= =OBYN -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040427162758.GA74867>