From owner-freebsd-bugs Mon Jul 23 14:10:26 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F97037B408 for ; Mon, 23 Jul 2001 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6NLA2e48592; Mon, 23 Jul 2001 14:10:02 -0700 (PDT) (envelope-from gnats) Received: from fuchur.lan.attic.ch (fuchur.lan.attic.ch [194.235.47.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A1A237B405 for ; Mon, 23 Jul 2001 14:04:42 -0700 (PDT) (envelope-from mb@fuchur.lan.attic.ch) Received: (from mb@localhost) by fuchur.lan.attic.ch (8.11.4/8.11.4) id f6NL9a802340; Mon, 23 Jul 2001 23:09:36 +0200 (CEST) (envelope-from mb) Message-Id: <200107232109.f6NL9a802340@fuchur.lan.attic.ch> Date: Mon, 23 Jul 2001 23:09:36 +0200 (CEST) From: Martin Blapp Reply-To: Martin Blapp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29175: [PATCH] rpcgen(1) and inetdflag/pmflag support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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