FreeBSD Bugzilla – Attachment 10349 Details for
Bug 20774
'NFS access cache time=2' is not a daemon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 712 bytes, created by
Andre Albsmeier
on 2000-08-22 08:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andre Albsmeier
Created:
2000-08-22 08:00:01 UTC
Size:
712 bytes
patch
obsolete
>--- /etc/rc.network.ORI Tue Aug 22 08:49:03 2000 >+++ /etc/rc.network Tue Aug 22 08:51:48 2000 >@@ -580,11 +580,6 @@ > case ${nfs_client_enable} in > [Yy][Ee][Ss]) > echo -n ' nfsiod'; nfsiod ${nfs_client_flags} >- if [ -n "${nfs_access_cache}" ]; then >- echo -n " NFS access cache time=${nfs_access_cache}" >- sysctl -w vfs.nfs.access_cache_timeout=${nfs_access_cache} \ >- >/dev/null >- fi > ;; > esac > >@@ -669,6 +664,15 @@ > esac > > echo '.' >+ >+ echo -n 'Additional network settings:' >+ if [ -n "${nfs_access_cache}" ]; then >+ echo -n " NFS access cache time=${nfs_access_cache}" >+ sysctl -w vfs.nfs.access_cache_timeout=${nfs_access_cache} \ >+ >/dev/null >+ fi >+ echo '.' >+ > network_pass3_done=YES > }
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 20774
: 10349