From owner-freebsd-bugs Sun May 13 8:20: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2944837B424 for ; Sun, 13 May 2001 08:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DFK4m05122; Sun, 13 May 2001 08:20:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 13 May 2001 08:20:04 -0700 (PDT) Message-Id: <200105131520.f4DFK4m05122@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Dmitry A. Yanko" Subject: Re: conf/11376: NFS mount may be happening too soon in /etc/rc Reply-To: "Dmitry A. Yanko" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/11376; it has been noted by GNATS. From: "Dmitry A. Yanko" To: freebsd-gnats-submit@FreeBSD.org, Harlan.Stenn@pfcs.com Cc: Subject: Re: conf/11376: NFS mount may be happening too soon in /etc/rc Date: Sun, 13 May 2001 18:15:44 +0300 Under FreeBSD 4.3-STABLE #2: Sun May 13 18:05:09 EEST 2001 problem still exist. ============================================================= --- rc.old Sun May 13 17:34:34 2001 +++ rc Sun May 13 17:41:04 2001 @@ -297,15 +297,6 @@ ;; esac -# Mount NFS filesystems if present in /etc/fstab -case "`mount -d -a -t nfs`" in -*mount_nfs*) - echo -n 'Mounting NFS file systems:' - mount -a -t nfs - echo '.' - ;; -esac - # Whack the pty perms back into shape. # if ls /dev/tty[pqrsPQRS]* > /dev/null 2>&1; then @@ -412,6 +403,15 @@ if [ -n "${network_pass2_done}" ]; then network_pass3 fi + +# Mount NFS filesystems if present in /etc/fstab +case "`mount -d -a -t nfs`" in +*mount_nfs*) + echo -n 'Mounting NFS file systems:' + mount -a -t nfs + echo '.' + ;; +esac # Check the password temp/lock file # ============================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message