View | Details | Raw Unified | Return to bug 136797
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	dnsmasq
8
PORTNAME=	dnsmasq
9
PORTVERSION=	2.49
9
PORTVERSION=	2.49
10
PORTREVISION=	1
10
CATEGORIES=	dns ipv6
11
CATEGORIES=	dns ipv6
11
MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/ \
12
MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/ \
12
		${MASTER_SITE_GENTOO}
13
		${MASTER_SITE_GENTOO}
(-)files/dnsmasq.sh.in (+2 lines)
Lines 22-27 Link Here
22
pidfile=/var/run/${name}.pid
22
pidfile=/var/run/${name}.pid
23
required_files=${dnsmasq_conf}
23
required_files=${dnsmasq_conf}
24
24
25
extra_commands=reload
26
25
load_rc_config ${name}
27
load_rc_config ${name}
26
run_rc_command "$1"
28
run_rc_command "$1"

Return to bug 136797