From owner-cvs-all@FreeBSD.ORG Thu Aug 13 21:25:29 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2B4310656EC; Thu, 13 Aug 2009 21:25:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 76D948FF89; Thu, 13 Aug 2009 21:05:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7DL5kaF051369; Thu, 13 Aug 2009 21:05:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7DL5kNZ051368; Thu, 13 Aug 2009 21:05:46 GMT (envelope-from miwi) Message-Id: <200908132105.n7DL5kNZ051368@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Aug 2009 21:05:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/dnsmasq Makefile ports/dns/dnsmasq/files dnsmasq.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2009 21:25:31 -0000 miwi 2009-08-13 21:05:46 UTC FreeBSD ports repository Modified files: dns/dnsmasq Makefile dns/dnsmasq/files dnsmasq.sh.in Log: * Fix rcfile bugs (and bump PORTREVISION): - load configuration earlier so that we don't run without config file, analyzed, reported and patch suggested by Fumiyuki Shimizu - mention /etc/rc.conf.local (as suggested in the Porter's handbook) - mention dnsmasq_flags for additional command line arguments - pass pidfile and dnsmasq_conf as arguments to dnsmasq (previously, overriding dnsmasq_conf had no effect). * Fix COMMENT to mention TFTP server; shorten it so it fully fits on the pkg_info list. PR: 137506 Submitted by: Matthias Andree (maintainer) Revision Changes Path 1.55 +2 -2 ports/dns/dnsmasq/Makefile 1.4 +20 -9 ports/dns/dnsmasq/files/dnsmasq.sh.in