Fix rc script.
PR: 168446 Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee>
This commit is contained in:
parent
4eeb61888d
commit
ab00b9ddd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353666
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= dhcprelay
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.mavetju.org/download/
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user