From owner-cvs-all Sun Jul 14 10:54: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A62C137B400; Sun, 14 Jul 2002 10:54:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2656043E58; Sun, 14 Jul 2002 10:54:01 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6EHs1JU074546; Sun, 14 Jul 2002 10:54:01 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6EHs0K3074545; Sun, 14 Jul 2002 10:54:01 -0700 (PDT) Message-Id: <200207141754.g6EHs0K3074545@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 14 Jul 2002 10:54:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rpcgen rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_parse.h rpc_sample.c rpc_scan.c rpc_scan.h rpc_svcout.c rpc_util.h rpcgen.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/07/14 10:54:00 PDT Modified files: usr.bin/rpcgen rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_parse.h rpc_sample.c rpc_scan.c rpc_scan.h rpc_svcout.c rpc_util.h rpcgen.1 Log: - TI-RPC is now the default again for code generation. - As before, inetd support support is turned of per default. Code for inetd can be made with -I. - Support for ``transport monitors'' and the NLSPROVIDER env variable is still there , even if their use is not clear in non TLI stream based systems like Free-/NetBSD. It can be activated with -P. - There are a few corrections in rpcgen.1 and usage function to conform to the code. Added and documented -P - I removed the #ifdefs checks for Free-/NetBSD since we are the only ones who use this code. MaxOS X may have the same limitations as we have, so this code will correctly build for them. - Generate correct cflags. Submitted by: mbr, Jean-Luc Richier PR: bin/29175, misc/27816 Revision Changes Path 1.7 +2 -0 src/usr.bin/rpcgen/rpc_clntout.c 1.9 +6 -1 src/usr.bin/rpcgen/rpc_cout.c 1.7 +3 -0 src/usr.bin/rpcgen/rpc_hout.c 1.18 +22 -89 src/usr.bin/rpcgen/rpc_main.c 1.9 +2 -12 src/usr.bin/rpcgen/rpc_parse.c 1.4 +4 -1 src/usr.bin/rpcgen/rpc_parse.h 1.5 +1 -1 src/usr.bin/rpcgen/rpc_sample.c 1.7 +2 -0 src/usr.bin/rpcgen/rpc_scan.c 1.4 +4 -1 src/usr.bin/rpcgen/rpc_scan.h 1.13 +53 -21 src/usr.bin/rpcgen/rpc_svcout.c 1.5 +4 -1 src/usr.bin/rpcgen/rpc_util.h 1.18 +29 -18 src/usr.bin/rpcgen/rpcgen.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message