FreeBSD Bugzilla – Attachment 8391 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), 436 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:
436 bytes
patch
obsolete
>--- /usr/src/etc/rc Mon Jan 10 18:13:38 2000 >+++ /etc/rc Fri Mar 24 23:50:37 2000 >@@ -172,9 +172,12 @@ > network_pass1 > fi > >-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. > chflags 0 /dev/tty[pqrsPQRS]*
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