aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2014-05-11 10:03:32 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2014-05-11 10:03:32 +0000
commitab00b9ddd540006ad98f4a53f7aeb159e33d6f0a (patch)
tree8767ea7f42e0ab362c4a0955a35e0c45a6cc6993 /net
parent4eeb61888d95e8aad4a5020d7e3fb7b27307a978 (diff)
downloadports-ab00b9ddd540006ad98f4a53f7aeb159e33d6f0a.tar.gz
ports-ab00b9ddd540006ad98f4a53f7aeb159e33d6f0a.zip
Fix rc script.
PR: 168446 Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee>
Notes
Notes: svn path=/head/; revision=353666
Diffstat (limited to 'net')
-rw-r--r--net/dhcprelay/Makefile2
-rw-r--r--net/dhcprelay/files/dhcprelay.in2
2 files changed, 2 insertions, 2 deletions
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"