diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2019-03-22 11:46:35 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2019-03-22 11:46:35 +0000 |
| commit | 299173580f30b6fd28260bd4fd4b071f4809e2e7 (patch) | |
| tree | af8dd6bfa0caaea4686c34c6011dc9b836a8dd9e /libexec | |
| parent | 4c2fb039548b4246a27463721ae2a37c5bcde7ab (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rwxr-xr-x | libexec/rc/rc.d/ippool | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/ippool b/libexec/rc/rc.d/ippool index 7cf7859d3545..f7f87e37cc17 100755 --- a/libexec/rc/rc.d/ippool +++ b/libexec/rc/rc.d/ippool @@ -32,8 +32,8 @@ ippool_start() ippool_reload() { echo "Reloading IP Pools." - ${ippool_program} -F - ippool_start + ${stop_cmd} + ${start_cmd} } |
