diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-09-02 21:02:10 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-09-02 21:02:10 +0000 |
commit | ff3c4f36c1df639a78a5faee8e0bedc817f52f7f (patch) | |
tree | efe9795a0571433153a8c4f8ff3aa7ee3bfff187 /net/dhcp6/files/dhcp6c.in | |
parent | Update 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.in | 2 |
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() { |