From owner-cvs-all@FreeBSD.ORG Tue Apr 27 09:28:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8DF416A4CE; Tue, 27 Apr 2004 09:28:10 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC2CA43D60; Tue, 27 Apr 2004 09:28:07 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3RGXGtc049628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 Apr 2004 19:33:18 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3RGRw20074903; Tue, 27 Apr 2004 19:27:59 +0300 (EEST) (envelope-from ru) Date: Tue, 27 Apr 2004 19:27:58 +0300 From: Ruslan Ermilov To: Poul-Henning Kamp Message-ID: <20040427162758.GA74867@ip.net.ua> References: <200404271542.i3RFgYwr078494@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <200404271542.i3RFgYwr078494@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d initdiskless X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 16:28:11 -0000 --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--