From owner-cvs-src@FreeBSD.ORG Sat Oct 25 20:15:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8730E16A4D7; Sat, 25 Oct 2003 20:15:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0697D43F93; Sat, 25 Oct 2003 20:15:55 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9Q3FsXJ006392; Sat, 25 Oct 2003 20:15:54 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9Q3FsKI006391; Sat, 25 Oct 2003 20:15:54 -0700 (PDT) (envelope-from peter) Message-Id: <200310260315.h9Q3FsKI006391@repoman.freebsd.org> From: Peter Wemm Date: Sat, 25 Oct 2003 20:15:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/mrouted Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2003 03:15:55 -0000 peter 2003/10/25 20:15:54 PDT FreeBSD src repository Modified files: usr.sbin/mrouted Makefile.inc Log: Disable the log() builtin (the math function), because it will not do much logging of information like the program expects. Revision Changes Path 1.6 +2 -2 src/usr.sbin/mrouted/Makefile.inc