summaryrefslogtreecommitdiffstats
path: root/openwrt/package/nfs-server/patches/build-config.patch
blob: 5aa1cde636c30161ce2d87f6f2a7f07e888744e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
--- nfs-server-2.2beta47.old/site.mk	1970-01-01 01:00:00.000000000 +0100
+++ nfs-server-2.2beta47/site.mk	2005-03-24 22:42:20.000000000 +0100
@@ -0,0 +1,11 @@
+#
+# Site-specific make options generated by BUILD. Please do not edit.
+#
+
+# ugidd support
+UGIDD_PROG=
+UGIDD_MAN=
+# Location of tcp_wrapper library
+LIBWRAP_DIR=-L/usr/share/stuff/src/openwrt/experimental/buildroot/build_mipsel/staging_dir/lib
+LIBWRAP_LIB=-lwrap
+DEVTAB_FILE=
--- nfs-server-2.2beta47.old/site.h	1970-01-01 01:00:00.000000000 +0100
+++ nfs-server-2.2beta47/site.h	2005-03-24 22:44:19.000000000 +0100
@@ -0,0 +1,50 @@
+/*
+ * Site-specific configuration options generated by BUILD.
+ * Please do not edit.
+ */
+
+/*
+ * If ENABLE_DEVTAB is defined, nfsd will use the new inode
+ * number generation scheme for avoiding inode number clashes
+ * on big hard disks.
+ */
+/* #undef ENABLE_DEVTAB */
+
+/*
+ * If MULTIPLE_SERVER_READWRITE is defined, you will be able 
+ * to run several nfsd process in parallel servicing all NFS 
+ * requests.
+ */
+#define MULTIPLE_SERVERS_READWRITE
+
+/*
+ * If ENABLE_UGID_DAEMON is defined, the real rpc.ugidd is built, 
+ * nfsd is built to support ugidd queries.
+ * Otherwise, a dummy program is created
+ */
+/* #undef ENABLE_UGID_DAEMON */
+
+/*
+ * If ENABLE_UGID_NIS is defined, nfsd will support user mapping 
+ * vie the client's NIS server.
+ */
+/* #undef ENABLE_UGID_NIS */
+
+/*
+ * if HOSTS_ACCESS is defined, ugidd uses host access control
+ * provided by libwrap.a from tcp_wrappers
+ */
+#define HOSTS_ACCESS
+
+/*
+ * Define correct ownership of export control file
+ */
+#define EXPORTSOWNERUID  ((uid_t) 0)
+#define EXPORTSOWNERGID  ((gid_t) 0)
+
+/*
+ * If WANT_LOG_MOUNTS is defined, every mount request will be logged
+ * to syslogd with the name of source site and a path that was
+ * it requested
+ */
+#define WANT_LOG_MOUNTS