Date: Mon, 23 Jul 2001 23:09:36 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: FreeBSD-gnats-submit@freebsd.org Subject: bin/29175: [PATCH] rpcgen(1) and inetdflag/pmflag support Message-ID: <200107232109.f6NL9a802340@fuchur.lan.attic.ch>
next in thread | raw e-mail | index | archive | help
>Number: 29175 >Category: bin >Synopsis: [PATCH] rpcgen(1) and inetdflag/pmflag support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 23 14:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martin Blapp >Release: FreeBSD 5.0-CURRENT i386 >Organization: Improware AG >Environment: System: FreeBSD fuchur.lan.attic.ch 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jun 30 19:49:42 CEST 2001 root@fuchur.lan.attic.ch:/usr/obj/usr/src/sys/FUCHUR2 i386 >Description: - Reenable the tirpcflag, back out the previous commit now the support is fixed. - Set the default for inetdflag and pmflag to 0. The port monitor support needs to much TLI/XLI, so we don't use it. There are some program which use the inetdflag and that's ok, they can specify it with -I. Same behaviour as in RPC4.0 case too. - Also fix some cases where pmflag were missing (tirpcflag was specified, but no check against pmflag was there). - If you like to compile for previous ONC RPC 4.0, you can specify -b. - Removed most #ifdef's for Free-/NetBSD. NetBSD uses a completly different rpcgen, so we don't have to keep this. - Wall cleanup, added some #if defined(LIBC_SCCS) and commented out some #pragmas with scids. - Link against pthread also in tirpc case (if -M is specified). Removed -lnsl with tirpcflag also. - Use syslog.h in tirpc-case too, there are some dependecies. - This should fix ports/mail/drac and other rpc dependent ports. >How-To-Repeat: >Fix: Add my patch: http://home.teleport.ch/freebsd/userland/rpcgen.diff >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107232109.f6NL9a802340>