From owner-freebsd-ports Fri Aug 25 16:30: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A290637B43C for ; Fri, 25 Aug 2000 16:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA30910; Fri, 25 Aug 2000 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (Postfix) with ESMTP id 0575837B423 for ; Fri, 25 Aug 2000 16:29:20 -0700 (PDT) Received: from mt@localhost by burka.carrier.kiev.ua id CLH02212; Sat, 26 Aug 2000 02:29:18 +0300 (EEST) (envelope-from mt) Message-Id: <200008252329.CLH02212@burka.carrier.kiev.ua> Date: Sat, 26 Aug 2000 02:29:18 +0300 (EEST) From: mt@lucky.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20849: fix port: net/gated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20849 >Category: ports >Synopsis: fix port: net/gated >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 25 16:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Maxim Tulyuk >Release: FreeBSD 3.5-STABLE i386 >Organization: ISP "LuckyNet" >Environment: >Description: When installing and running gated, syslogd write in /var/log/messages messages similar given: Aug 26 02:08:19 astral /kernel: Connection attempt to TCP 127.0.0.1:199 from 127.0.0.1:4328 Aug 26 02:09:19 astral /kernel: Connection attempt to TCP 127.0.0.1:199 from 127.0.0.1:4329 Aug 26 02:10:19 astral /kernel: Connection attempt to TCP 127.0.0.1:199 from 127.0.0.1:4330 Aug 26 02:11:19 astral /kernel: Connection attempt to TCP 127.0.0.1:199 from 127.0.0.1:4332 >How-To-Repeat: Recompile gated without SMUX/SNMP subagent support (about SMUX see RFC 1227). >Fix: diff -u Makefile.diff Makefile --- Makefile.orig Mon May 15 03:43:36 2000 +++ Makefile Sat Aug 26 00:57:18 2000 @@ -15,6 +15,7 @@ MAINTAINER= dec@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-smux post-configure: cd ${WRKSRC} && make depend >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message