Message ID | 20230112123752.739704-1-yongcheng.yang@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [nfs-utils] nfsmount.conf: Fix typo of the attribute name | expand |
diff --git a/utils/mount/nfsmount.conf b/utils/mount/nfsmount.conf index 342063f7..cbdf8160 100644 --- a/utils/mount/nfsmount.conf +++ b/utils/mount/nfsmount.conf @@ -59,13 +59,13 @@ # acregmin=30 # # The Maximum time (in seconds) file attributes are cached -# acregmin=60 +# acregmax=60 # # The minimum time (in seconds) directory attributes are cached -# acregmin=30 +# acdirmin=30 # # The Maximum time (in seconds) directory attributes are cached -# acregmin=60 +# acdirmin=60 # # Enable Access Control Lists # Acl=False