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

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	unbound
4
PORTNAME=	unbound
5
PORTVERSION=	1.4.22
5
PORTVERSION=	1.4.22
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	dns
7
CATEGORIES=	dns
8
MASTER_SITES=	http://unbound.net/downloads/
8
MASTER_SITES=	http://unbound.net/downloads/
9
9
(-)files/unbound.in (-1 / +2 lines)
Lines 23-29 Link Here
23
command="%%PREFIX%%/sbin/unbound"
23
command="%%PREFIX%%/sbin/unbound"
24
extra_commands="reload"
24
extra_commands="reload"
25
start_precmd="start_precmd"
25
start_precmd="start_precmd"
26
reload_precmd="%%PREFIX%%/sbin/unbound-checkconf >/dev/null" 
26
reload_precmd="%%PREFIX%%/sbin/unbound-checkconf >/dev/null"
27
27
28
load_rc_config $name
28
load_rc_config $name
29
29
Lines 41-46 Link Here
41
		su -m unbound -c "%%PREFIX%%/sbin/unbound-anchor ${unbound_anchorflags}"; \
41
		su -m unbound -c "%%PREFIX%%/sbin/unbound-anchor ${unbound_anchorflags}"; \
42
	fi &&
42
	fi &&
43
	echo .
43
	echo .
44
	return 0
44
}
45
}
45
46
46
run_rc_command "$1"
47
run_rc_command "$1"

Return to bug 189818