From 3419e37500dfd19cb2c246260dbd2bc0ee4704d4 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 5 Jul 2006 15:51:30 +1000 Subject: Use 65534 for anon uid/gid rather than -2 This is more consistant across platforms. --- utils/exportfs/exports.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/exportfs') 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. -- cgit