aboutsummaryrefslogtreecommitdiff
path: root/net/dhcp6
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2008-11-26 01:16:53 +0000
committerWesley Shields <wxs@FreeBSD.org>2008-11-26 01:16:53 +0000
commit61c2c660fe778dc2f9c6b9e7e641be085ed09bb6 (patch)
tree7d0b559ad1349aadcf185b3313e53b2f621492a5 /net/dhcp6
parent4cec569f15bdeaa1a08580a9667c5ffcf9dfb410 (diff)
downloadports-61c2c660fe778dc2f9c6b9e7e641be085ed09bb6.tar.gz
ports-61c2c660fe778dc2f9c6b9e7e641be085ed09bb6.zip
- Fix RC script so the flags are not duplicated.
- Properly quote a variable. - Bump PORTREVISION. PR: ports/125522 Submitted by: Glen Neff <neff_glen@emc.com> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=223389
Diffstat (limited to 'net/dhcp6')
-rw-r--r--net/dhcp6/Makefile2
-rw-r--r--net/dhcp6/files/dhcp6relay.sh.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/net/dhcp6/Makefile b/net/dhcp6/Makefile
index 39b183ac8705..c43ad0fccef3 100644
--- a/net/dhcp6/Makefile
+++ b/net/dhcp6/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dhcp6
PORTVERSION= 20080615
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wide-dhcpv6
diff --git a/net/dhcp6/files/dhcp6relay.sh.in b/net/dhcp6/files/dhcp6relay.sh.in
index 2b7e79da8457..f548ac28367c 100644
--- a/net/dhcp6/files/dhcp6relay.sh.in
+++ b/net/dhcp6/files/dhcp6relay.sh.in
@@ -33,11 +33,11 @@ load_rc_config $name
: ${dhcp6relay_enable="NO"}
-command_args="${dhcp6relay_flags} ${dhcp6relay_interfaces}"
+command_args="${dhcp6relay_interfaces}"
dhcp6relay_precmd()
{
- if [ -z ${dhcp6relay_interfaces} ]; then
+ if [ -z "${dhcp6relay_interfaces}" ]; then
warn "dhcp6relay_interfaces is not set."
return 1
fi