Use internal command variables for consistent style.

Reported by:	rgrimes@
MFC after:	13 days
X-MFC with:	r345400
This commit is contained in:
Cy Schubert 2019-03-22 11:46:35 +00:00
parent 4c2fb03954
commit 299173580f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345412

View File

@ -32,8 +32,8 @@ ippool_start()
ippool_reload()
{
echo "Reloading IP Pools."
${ippool_program} -F
ippool_start
${stop_cmd}
${start_cmd}
}