1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/howl: Fix mdsnresponder rc script parameter expansion default

PR:		233084
Submitted by:	elij <elij+freebsd@wundrd.net>
Approved by:	maintainer timeout (freebsd@donovansbrain.co.uk, >2 months)
This commit is contained in:
Steve Wills 2019-01-27 13:50:11 +00:00
parent 7e4b26c8f0
commit d28378e526
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491350
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= howl
PORTVERSION= 1.0.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES?= net devel
MASTER_SITES= http://www.porchdogsoft.com/download/

View File

@ -20,6 +20,6 @@ command=%%PREFIX%%/bin/mDNSResponder
load_rc_config ${name}
mdnsresponder_enable=${mdnsresponder_enable-"NO"}
mdnsresponder_enable=${mdnsresponder_enable:-"NO"}
run_rc_command "$1"