summaryrefslogtreecommitdiff
path: root/net/dhcp6/files/dhcp6c.in
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-09-02 21:02:10 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-09-02 21:02:10 +0000
commitff3c4f36c1df639a78a5faee8e0bedc817f52f7f (patch)
treeefe9795a0571433153a8c4f8ff3aa7ee3bfff187 /net/dhcp6/files/dhcp6c.in
parentUpdate to 1.31.0 (diff)
net/dhcp6: several fixes
- rcorder incorrect (Circular dependency on provision `DAEMON') - command_flags do not need to be referenced inside of the command_args - dhcp6s exits because of shutdown on non-connected UDP socket PR: 216673, 217452, 228994 Submitted by: tdb, Andrey Pevnev <apevnev@me.com>, leres, Dries Michiels <driesm.michiels@gmail.com> Approved by: hrs (maintainer timeout) Differential Revision: D16994
Notes
Notes: svn path=/head/; revision=478819
Diffstat (limited to 'net/dhcp6/files/dhcp6c.in')
-rw-r--r--net/dhcp6/files/dhcp6c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dhcp6/files/dhcp6c.in b/net/dhcp6/files/dhcp6c.in
index 4cec6989d571..ec4bb64cd16e 100644
--- a/net/dhcp6/files/dhcp6c.in
+++ b/net/dhcp6/files/dhcp6c.in
@@ -42,7 +42,7 @@ load_rc_config $name
required_files="${dhcp6c_config}"
pidfile="${dhcp6c_pidfile}"
-command_args="-c ${dhcp6c_config} -p ${dhcp6c_pidfile} ${dhcp6c_flags} ${dhcp6c_interfaces}"
+command_args="-c ${dhcp6c_config} -p ${dhcp6c_pidfile} ${dhcp6c_interfaces}"
dhcp6c_precmd()
{