FreeBSD Bugzilla – Attachment 8390 Details for
Bug 17594
[PATCH] Clarify NFS filesystem mounting at boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 426 bytes, created by
Doug
on 2000-03-25 08:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Doug
Created:
2000-03-25 08:20:01 UTC
Size:
426 bytes
patch
obsolete
>--- /usr/src/etc/rc Tue Feb 29 20:41:52 2000 >+++ /etc/rc Sat Mar 25 00:09:24 2000 >@@ -200,10 +206,12 @@ > ;; > esac > >-# Mount NFS filesystems. >-echo -n "Mounting NFS file systems" >-mount -a -t nfs >-echo . >+# Mount NFS filesystems if present in /etc/fstab. >+if mount -d -a -t nfs | grep nfs >/dev/null 2>&1 ; then >+ echo -n "Mounting NFS file systems" >+ mount -a -t nfs >+ echo . >+fi > > # Whack the pty perms back into shape. > #
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17594
: 8390 |
8391