Date: Wed, 15 Jul 2009 18:28:25 +0200 (CEST) From: Matthias Andree <matthias.andree@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Maxim Khitrov <mkhitrov@gmail.com> Subject: ports/136797: [MAINTAINER] dns/dnsmasq: add reload support for rcfile Message-ID: <20090715162825.58AFB33CFD@rho.emma.line.org> Resent-Message-ID: <200907151630.n6FGU2Ps002335@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136797 >Category: ports >Synopsis: [MAINTAINER] dns/dnsmasq: add reload support for rcfile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 15 16:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 7.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD rho.emma.line.org 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #0: Tue Jun 9 21:30:43 UTC >Description: - add reload support for rcfile Suggested by: Maxim Khitrov <mkhitrov@gmail.com> Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dnsmasq-2.49_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/dns/dnsmasq/Makefile,v retrieving revision 1.53 diff -u -u -r1.53 Makefile --- Makefile 15 Jun 2009 21:07:27 -0000 1.53 +++ Makefile 15 Jul 2009 16:27:31 -0000 @@ -7,6 +7,7 @@ PORTNAME= dnsmasq PORTVERSION= 2.49 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ ${MASTER_SITE_GENTOO} Index: files/dnsmasq.sh.in =================================================================== RCS file: /home/ncvs/ports/dns/dnsmasq/files/dnsmasq.sh.in,v retrieving revision 1.2 diff -u -u -r1.2 dnsmasq.sh.in --- files/dnsmasq.sh.in 11 Oct 2005 18:25:05 -0000 1.2 +++ files/dnsmasq.sh.in 15 Jul 2009 16:27:31 -0000 @@ -22,6 +22,8 @@ pidfile=/var/run/${name}.pid required_files=${dnsmasq_conf} +extra_commands=reload + load_rc_config ${name} run_rc_command "$1" --- dnsmasq-2.49_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090715162825.58AFB33CFD>