Fix rc script.

PR:		168446
Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee>
This commit is contained in:
Edwin Groothuis 2014-05-11 10:03:32 +00:00
parent 4eeb61888d
commit ab00b9ddd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353666
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= dhcprelay
PORTVERSION= 1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/

View File

@ -25,6 +25,6 @@ command_args="${dhcprelay_ifaces} ${dhcprelay_server}"
load_rc_config ${name}
dhcprelay_enable=${dhcprelay_enable:"NO"}
dhcprelay_enable=${dhcprelay_enable:-"NO"}
run_rc_command "$1"