aboutsummaryrefslogtreecommitdiff
path: root/net/dhcp6/files
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/files
parent4cec569f15bdeaa1a08580a9667c5ffcf9dfb410 (diff)
downloadports-61c2c660fe778dc2f9c6b9e7e641be085ed09bb6.tar.gz
ports-61c2c660fe778dc2f9c6b9e7e641be085ed09bb6.zip
Notes
Diffstat (limited to 'net/dhcp6/files')
-rw-r--r--net/dhcp6/files/dhcp6relay.sh.in4
1 files changed, 2 insertions, 2 deletions
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