From ab00b9ddd540006ad98f4a53f7aeb159e33d6f0a Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 11 May 2014 10:03:32 +0000 Subject: Fix rc script. PR: 168446 Submitted by: "Sulev-Madis 'ketas' Silber" --- net/dhcprelay/Makefile | 2 +- net/dhcprelay/files/dhcprelay.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/dhcprelay/Makefile b/net/dhcprelay/Makefile index 03eae0563140..fa6aee0492fc 100644 --- a/net/dhcprelay/Makefile +++ b/net/dhcprelay/Makefile @@ -3,7 +3,7 @@ PORTNAME= dhcprelay PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.mavetju.org/download/ diff --git a/net/dhcprelay/files/dhcprelay.in b/net/dhcprelay/files/dhcprelay.in index e5424e45e7a8..f8288f8ab180 100644 --- a/net/dhcprelay/files/dhcprelay.in +++ b/net/dhcprelay/files/dhcprelay.in @@ -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" -- cgit v1.2.3