aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-03-22 11:46:35 +0000
committerCy Schubert <cy@FreeBSD.org>2019-03-22 11:46:35 +0000
commit299173580f30b6fd28260bd4fd4b071f4809e2e7 (patch)
treeaf8dd6bfa0caaea4686c34c6011dc9b836a8dd9e /libexec
parent4c2fb039548b4246a27463721ae2a37c5bcde7ab (diff)
downloadsrc-299173580f30b6fd28260bd4fd4b071f4809e2e7.tar.gz
src-299173580f30b6fd28260bd4fd4b071f4809e2e7.zip
Use internal command variables for consistent style.
Reported by: rgrimes@ MFC after: 13 days X-MFC with: r345400
Notes
Notes: svn path=/head/; revision=345412
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/rc/rc.d/ippool4
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}
}