From b5b3825ce6df45b16e1f3e15001da213bc8b0a55 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Thu, 12 Aug 2010 21:02:58 -0700 Subject: unfs-server: new userspace nfs recipe This is a simple userspace NFS server, derived from one which was previously used in openSUSE 10.x. Wind River contributed many of the patches. This package is not intended for target installations, only -native and -nativesdk use. Enabling nativesdk for readline, sqlite3, and pseudo was required, as well as a few new autoconf siteconfig entries. Signed-off-by: Scott Garman --- .../unfs-server/unfs-server-2.2beta47/009-multirw.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/packages/unfs-server/unfs-server-2.2beta47/009-multirw.patch (limited to 'meta/packages/unfs-server/unfs-server-2.2beta47/009-multirw.patch') diff --git a/meta/packages/unfs-server/unfs-server-2.2beta47/009-multirw.patch b/meta/packages/unfs-server/unfs-server-2.2beta47/009-multirw.patch new file mode 100644 index 000000000..65b0b9eee --- /dev/null +++ b/meta/packages/unfs-server/unfs-server-2.2beta47/009-multirw.patch @@ -0,0 +1,15 @@ +# Patch origin: nfs-server source RPM from openSUSE 10.3 + +--- nfs-server/nfsd.c ++++ nfs-server/nfsd.c +@@ -1133,8 +1133,8 @@ + } + } + +- if (ncopies > 1) +- read_only = 1; ++ /* if (ncopies > 1) ++ read_only = 1; */ + + /* + * We first fork off a child and detach from tty -- cgit v1.2.3