CVS commit: src/tests/fs/nfs/nfsservice/rpcbind

2015-11-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov  8 16:38:56 UTC 2015

Modified Files:
src/tests/fs/nfs/nfsservice/rpcbind: Makefile.inc

Log Message:
Use the regular rpcbind source now.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc
diff -u src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.3 src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.4
--- src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.3	Wed Mar  6 08:36:50 2013
+++ src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc	Sun Nov  8 11:38:56 2015
@@ -1,11 +1,12 @@
-#	$NetBSD: Makefile.inc,v 1.3 2013/03/06 13:36:50 christos Exp $
+#	$NetBSD: Makefile.inc,v 1.4 2015/11/08 16:38:56 christos Exp $
 
+.PATH.c: ${NETBSDSRCDIR}/usr.sbin/rpcbind
 SRCS.rumpnfsd+=	check_bound.c rpcb_stat.c rpcb_svc_4.c rpcbind.c pmap_svc.c \
 		rpcb_svc.c rpcb_svc_com.c security.c util.c 
 
 LIBRPCDIR=${NETBSDSRCDIR}/lib/libc/rpc
 
-CPPFLAGS+=	-I${LIBRPCDIR} -DPORTMAP -DLIBWRAP
+CPPFLAGS+=	-I${LIBRPCDIR} -DPORTMAP -DLIBWRAP -DRPCBIND_RUMP
 
 # Uncomment these to get any useful output from 'rpcbind -d'
 # CPPFLAGS+=	-DRPCBIND_DEBUG



CVS commit: src/tests/fs/nfs/nfsservice/rpcbind

2015-11-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov  8 16:37:57 UTC 2015

Removed Files:
src/tests/fs/nfs/nfsservice/rpcbind: check_bound.c pmap_svc.c
rpcb_stat.c rpcb_svc.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.8
rpcbind.c rpcbind.h security.c util.c

Log Message:
Remove dup copy of rpcbind sources that had grown stale.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/tests/fs/nfs/nfsservice/rpcbind/check_bound.c \
src/tests/fs/nfs/nfsservice/rpcbind/rpcb_stat.c \
src/tests/fs/nfs/nfsservice/rpcbind/rpcbind.8 \
src/tests/fs/nfs/nfsservice/rpcbind/rpcbind.h \
src/tests/fs/nfs/nfsservice/rpcbind/security.c
cvs rdiff -u -r1.3 -r0 src/tests/fs/nfs/nfsservice/rpcbind/pmap_svc.c \
src/tests/fs/nfs/nfsservice/rpcbind/rpcb_svc_com.c
cvs rdiff -u -r1.2 -r0 src/tests/fs/nfs/nfsservice/rpcbind/rpcb_svc.c \
src/tests/fs/nfs/nfsservice/rpcbind/rpcb_svc_4.c \
src/tests/fs/nfs/nfsservice/rpcbind/util.c
cvs rdiff -u -r1.6 -r0 src/tests/fs/nfs/nfsservice/rpcbind/rpcbind.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/nfs/nfsservice/rpcbind

2013-03-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Mar  6 13:36:50 UTC 2013

Modified Files:
src/tests/fs/nfs/nfsservice/rpcbind: Makefile.inc

Log Message:
Mystery solved: The build worked for me because the my src tree is in /usr/src.
Refer to the correct source tree instead of the conventionally correct one.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc
diff -u src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.2 src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.3
--- src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc:1.2	Tue Aug  3 13:24:45 2010
+++ src/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc	Wed Mar  6 08:36:50 2013
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile.inc,v 1.2 2010/08/03 17:24:45 drochner Exp $
+#	$NetBSD: Makefile.inc,v 1.3 2013/03/06 13:36:50 christos Exp $
 
 SRCS.rumpnfsd+=	check_bound.c rpcb_stat.c rpcb_svc_4.c rpcbind.c pmap_svc.c \
 		rpcb_svc.c rpcb_svc_com.c security.c util.c 
 
-LIBRPCDIR=/usr/src/lib/libc/rpc
+LIBRPCDIR=${NETBSDSRCDIR}/lib/libc/rpc
 
 CPPFLAGS+=	-I${LIBRPCDIR} -DPORTMAP -DLIBWRAP
 



CVS commit: src/tests/fs/nfs/nfsservice/rpcbind

2010-07-28 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Jul 28 15:11:30 UTC 2010

Modified Files:
src/tests/fs/nfs/nfsservice/rpcbind: rpcbind.c

Log Message:
Don't ignore SIGHUP here since mountd uses it.  The mountd signal
handler is installed later, so technically this is unnecessary,
but try to be complete.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/nfs/nfsservice/rpcbind/rpcbind.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/nfs/nfsservice/rpcbind/rpcbind.c
diff -u src/tests/fs/nfs/nfsservice/rpcbind/rpcbind.c:1.1 src/tests/fs/nfs/nfsservice/rpcbind/rpcbind.c:1.2
--- src/tests/fs/nfs/nfsservice/rpcbind/rpcbind.c:1.1	Mon Jul 26 15:53:00 2010
+++ src/tests/fs/nfs/nfsservice/rpcbind/rpcbind.c	Wed Jul 28 15:11:30 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: rpcbind.c,v 1.1 2010/07/26 15:53:00 pooka Exp $	*/
+/*	$NetBSD: rpcbind.c,v 1.2 2010/07/28 15:11:30 pooka Exp $	*/
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -173,7 +173,7 @@
 	(void) signal(SIGQUIT, terminate);
 	/* ignore others that could get sent */
 	(void) signal(SIGPIPE, SIG_IGN);
-	(void) signal(SIGHUP, SIG_IGN);
+	//(void) signal(SIGHUP, SIG_IGN); used by mountd
 	(void) signal(SIGUSR1, SIG_IGN);
 	(void) signal(SIGUSR2, SIG_IGN);
 #ifdef WARMSTART