From owner-cvs-all@FreeBSD.ORG Tue Feb 22 19:20:17 2011 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 907FA1065673; Tue, 22 Feb 2011 19:20:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F4DB8FC19; Tue, 22 Feb 2011 19:20:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1MJKHm1091527; Tue, 22 Feb 2011 19:20:17 GMT (envelope-from mandree@repoman.freebsd.org) Received: (from mandree@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1MJKHjq091526; Tue, 22 Feb 2011 19:20:17 GMT (envelope-from mandree) Message-Id: <201102221920.p1MJKHjq091526@repoman.freebsd.org> From: Matthias Andree Date: Tue, 22 Feb 2011 19:20:17 +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 pkg-message.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: Tue, 22 Feb 2011 19:20:17 -0000 mandree 2011-02-22 19:20:17 UTC FreeBSD ports repository Modified files: dns/dnsmasq Makefile dns/dnsmasq/files dnsmasq.sh.in pkg-message.in Log: Update dnsmasq rc.d script again (sorry for the churn with portrev. 1) - Start before named, to unbreak named_wait if /etc/resolv.conf points to dnsmasq (when named is the resolver that dnsmasq forwards to). Is also more robust/maintenance friendly if other scripts depend on "named". - Track if the configuration has changed since start, and upgrade reload to restart by default in that case (can be disabled with dnsmasq_restart="NO" in /etc/rc.conf[.local]), to work around dnsmasq shortcoming - Add a "logstats" action to the rcscript, and document it. - Document the "reload" action and the new dnsmasq_restart variable. - Properly quote variable expansions. - Enhance pkg-message to point to the rcfile for feature documentation. - Bump PORTREVISION to 2. Revision Changes Path 1.70 +1 -1 ports/dns/dnsmasq/Makefile 1.7 +63 -15 ports/dns/dnsmasq/files/dnsmasq.sh.in 1.2 +5 -0 ports/dns/dnsmasq/files/pkg-message.in