head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2; locks; strict; comment @# @; 1.3 date 2009.01.06.10.40.38; author rse; state Exp; branches; next 1.2; commitid uiuzD2lsvBgXunxt; 1.2 date 2007.03.15.07.46.03; author rse; state Exp; branches; next 1.1; commitid N7eiIBil70mlQ9as; 1.1 date 2005.12.31.16.21.17; author rse; state Exp; branches 1.1.2.1; next ; commitid yp0El7OarivZNMfr; 1.1.2.1 date 2005.12.31.16.21.17; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.57.33; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.3 log @upgrading package: unfsd 0.9.21 -> 0.9.22 @ text @Index: Extras/cluster.c --- Extras/cluster.c.orig 2006-07-09 16:19:21 +0200 +++ Extras/cluster.c 2009-01-06 10:41:37 +0100 @@@@ -13,6 +13,7 @@@@ #include #include #include +#include #include #include #include Index: configure --- configure.orig 2009-01-05 19:52:54 +0100 +++ configure 2009-01-06 10:41:37 +0100 @@@@ -5707,10 +5707,6 @@@@ - if test "$GCC" = "yes" - then - CFLAGS="$CFLAGS -Wall -W" - fi # Check whether --enable-cluster was given. if test "${enable_cluster+set}" = set; then @ 1.2 log @upgrading package: unfsd 0.9.16 -> 0.9.17 @ text @d3 1 a3 1 +++ Extras/cluster.c 2007-03-15 08:41:59 +0100 d13 3 a15 12 --- configure.orig 2007-01-22 13:20:44 +0100 +++ configure 2007-03-15 08:41:59 +0100 @@@@ -5132,7 +5132,7 @@@@ else { { echo "$as_me:$LINENO: error: *** Cannot find librpcsoc. Install package SUNWscpu. ***" >&5 echo "$as_me: error: *** Cannot find librpcsoc. Install package SUNWscpu. ***" >&2;} - { (exit 1); exit 1; }; } + } fi @@@@ -5148,10 +5148,6 @@@@ d24 1 a24 1 # Check whether --enable-cluster or --disable-cluster was given. a25 15 Index: daemon.c --- daemon.c.orig 2007-01-17 08:15:08 +0100 +++ daemon.c 2007-03-15 08:44:31 +0100 @@@@ -125,7 +125,11 @@@@ l = sizeof(v); +#if defined(__FreeBSD__) + if (getsockopt(rqstp->rq_xprt->xp_fd, SOL_SOCKET, SO_TYPE, &v, &l) < 0) { +#else if (getsockopt(rqstp->rq_xprt->xp_sock, SOL_SOCKET, SO_TYPE, &v, &l) < 0) { +#endif logmsg(LOG_CRIT, "unable to determine socket type"); return -1; } @ 1.1 log @new package: unfsd 0.9.13 (User-space NFSv3 Server) @ text @d2 2 a3 2 --- Extras/cluster.c.orig 2004-12-29 21:06:37 +0100 +++ Extras/cluster.c 2005-12-31 17:13:12 +0100 a11 12 Index: Makefile.in --- Makefile.in.orig 2005-01-08 11:44:01 +0100 +++ Makefile.in 2005-12-31 17:12:23 +0100 @@@@ -11,7 +11,7 @@@@ md5.o mount.o nfs.o password.o readdir.o user.o xdr.o CONFOBJ = Config/lib.a EXTRAOBJ = @@EXTRAOBJ@@ -LDFLAGS = @@LDFLAGS@@ @@LIBS@@@@LEXLIB@@ +LDFLAGS = @@LDFLAGS@@ @@LEXLIB@@ @@LIBS@@ prefix = @@prefix@@ exec_prefix = @@exec_prefix@@ d13 2 a14 2 --- configure.orig 2005-09-09 19:58:56 +0200 +++ configure 2005-12-31 17:12:23 +0100 d35 15 @ 1.1.2.1 log @file unfsd.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:57:33 +0000 @ text @d1 46 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 46 Index: Extras/cluster.c --- Extras/cluster.c.orig 2004-12-29 21:06:37 +0100 +++ Extras/cluster.c 2005-12-31 17:13:12 +0100 @@@@ -13,6 +13,7 @@@@ #include #include #include +#include #include #include #include Index: Makefile.in --- Makefile.in.orig 2005-01-08 11:44:01 +0100 +++ Makefile.in 2005-12-31 17:12:23 +0100 @@@@ -11,7 +11,7 @@@@ md5.o mount.o nfs.o password.o readdir.o user.o xdr.o CONFOBJ = Config/lib.a EXTRAOBJ = @@EXTRAOBJ@@ -LDFLAGS = @@LDFLAGS@@ @@LIBS@@@@LEXLIB@@ +LDFLAGS = @@LDFLAGS@@ @@LEXLIB@@ @@LIBS@@ prefix = @@prefix@@ exec_prefix = @@exec_prefix@@ Index: configure --- configure.orig 2005-09-09 19:58:56 +0200 +++ configure 2005-12-31 17:12:23 +0100 @@@@ -5132,7 +5132,7 @@@@ else { { echo "$as_me:$LINENO: error: *** Cannot find librpcsoc. Install package SUNWscpu. ***" >&5 echo "$as_me: error: *** Cannot find librpcsoc. Install package SUNWscpu. ***" >&2;} - { (exit 1); exit 1; }; } + } fi @@@@ -5148,10 +5148,6 @@@@ - if test "$GCC" = "yes" - then - CFLAGS="$CFLAGS -Wall -W" - fi # Check whether --enable-cluster or --disable-cluster was given. if test "${enable_cluster+set}" = set; then @