summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/003-manpages.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/003-manpages.patch')
-rw-r--r--meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/003-manpages.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/003-manpages.patch b/meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/003-manpages.patch
deleted file mode 100644
index 412dbf6cb1..0000000000
--- a/meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/003-manpages.patch
+++ /dev/null
@@ -1,33 +0,0 @@
1Upstream-Status: Inappropriate [other]
2Upstream is not making further releases of this software.
3
4Signed-off-by: Scott Garman <scott.a.garman@intel.com>
5
6# Patch origin: nfs-server source RPM from openSUSE 10.3
7
8--- nfs-server/exports.man 2002/11/07 17:15:59 1.1
9+++ nfs-server/exports.man 2002/11/07 17:17:19
10@@ -110,6 +110,14 @@
11 .TP
12 .IR link_absolute
13 Leave all symbolic link as they are. This is the default operation.
14+.SS Anonymous Entries
15+.PP
16+Entries where hosts are not specified are known as anonymous entries. They
17+have different default settings compared to normal entries. The differences
18+include
19+.IR all_squash ,
20+.IR no_secure ", and"
21+.IR ro .
22 .SS User ID Mapping
23 .PP
24 .I nfsd
25@@ -231,7 +239,7 @@
26 # Mapping for client foobar:
27 # remote local
28 uid 0-99 - # squash these
29-uid 100-500 1000 # map 100-500 to 1000-1500
30+uid 100-500 1000 # map 100-500 to 1000-1400
31 gid 0-49 - # squash these
32 gid 50-100 700 # map 50-100 to 700-750
33 .fi