From nobody  Thu Aug 13 09:21:23 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id JAA20138;
          Thu, 13 Aug 1998 09:21:23 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199808131621.JAA20138@hub.freebsd.org>
Date: Thu, 13 Aug 1998 09:21:23 -0700 (PDT)
From: nick.hibma@jrc.it
To: freebsd-gnats-submit@freebsd.org
Subject: no message saying 'Mounting NFS file systems, gonna take loooooong' during boot
X-Send-Pr-Version: www-1.0

>Number:         7605
>Category:       conf
>Synopsis:       no message saying 'Mounting NFS file systems, gonna take loooooong' during boot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 13 09:30:00 PDT 1998
>Closed-Date:    Thu Aug 13 23:49:11 PDT 1998
>Last-Modified:  Thu Aug 13 23:49:22 PDT 1998
>Originator:     Nick Hibma
>Release:        2.2.5/2.2.6/3.0-SNAP-????1997
>Organization:
Joint Research Centre for the European Commission
>Environment:
n/a
>Description:
M
>How-To-Repeat:
cat 127.0.0.2:/usr /mnt nfs rw 0 0 >>/etc/fstab
reboot

and watch the lack of a message when the machine waits for the NFS
server to become available
>Fix:
In the file /etc/rc

Replace

mount -a -t nfs

with

echo -n Mounting NFS file systems
mount -a -t nfs
echo .

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Thu Aug 13 23:49:11 PDT 1998 
State-Changed-Why:  
committed, thanks 
>Unformatted:
