Index: dns/gdnsd2/Makefile =================================================================== --- dns/gdnsd2/Makefile +++ dns/gdnsd2/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdnsd PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \ http://mirrors.rit.edu/zi/ \ Index: dns/gdnsd2/files/gdnsd.in =================================================================== --- dns/gdnsd2/files/gdnsd.in +++ dns/gdnsd2/files/gdnsd.in @@ -28,7 +28,9 @@ command="%%PREFIX%%/sbin/gdnsd" command_args="start" procname=${command} +restart_precmd="gdnsd_checkconf" reload_cmd="gdnsd_reload" +reload_precmd="gdnsd_checkconf" configtest_cmd="gdnsd_checkconf" extra_commands="reload configtest" gdnsd_reload()