diff options
author | Steinar H. Gunderson <sesse@debian.org> | 2006-07-05 15:51:30 +1000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-07-05 15:51:30 +1000 |
commit | 3419e37500dfd19cb2c246260dbd2bc0ee4704d4 (patch) | |
tree | 7c1d7fc1b766858f5e755d4ff4ac252a5fd5e7e1 /utils/exportfs | |
parent | 65735eef8a9441901245f6047edafc50f2d97c97 (diff) | |
download | nfs-utils-3419e37500dfd19cb2c246260dbd2bc0ee4704d4.tar.gz nfs-utils-3419e37500dfd19cb2c246260dbd2bc0ee4704d4.tar.xz nfs-utils-3419e37500dfd19cb2c246260dbd2bc0ee4704d4.zip |
Use 65534 for anon uid/gid rather than -2
This is more consistant across platforms.
Diffstat (limited to 'utils/exportfs')
-rw-r--r-- | utils/exportfs/exports.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index a37e75f..55bd364 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -338,7 +338,7 @@ By default, '''in the password file at startup time. If it isn't found, a uid and gid .I exportfs chooses a uid and gid -of -2 (i.e. 65534) for squashed access. These values can also be overridden by +of 65534 for squashed access. These values can also be overridden by the .IR anonuid " and " anongid options. |