aboutsummaryrefslogtreecommitdiffstats
path: root/config/nrpe2
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-02-09 18:42:51 -0200
committerRenato Botelho <garga@FreeBSD.org>2015-02-09 18:43:26 -0200
commit909f0dfd8a1efc99c8392423123fdc0b3d88ffea (patch)
tree0cc7d1adc24e39cf59fb52529635bf62f2b0b347 /config/nrpe2
parent7998273d075385d8a974bd56e530d8753c940717 (diff)
downloadpfsense-packages-909f0dfd8a1efc99c8392423123fdc0b3d88ffea.tar.gz
pfsense-packages-909f0dfd8a1efc99c8392423123fdc0b3d88ffea.tar.bz2
pfsense-packages-909f0dfd8a1efc99c8392423123fdc0b3d88ffea.zip
Use php variable here, not shell one, this should proper fix #4391
Diffstat (limited to 'config/nrpe2')
-rw-r--r--config/nrpe2/nrpe2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nrpe2/nrpe2.inc b/config/nrpe2/nrpe2.inc
index aa2a582c..3fdf2edd 100644
--- a/config/nrpe2/nrpe2.inc
+++ b/config/nrpe2/nrpe2.inc
@@ -129,7 +129,7 @@ nrpe2_enable=\${nrpe2_enable-"YES"}
name="nrpe2"
rcvar="\${name}"
-command="\${nrpe2_binary}"
+command="{$nrpe2_binary}"
command_args="-d"
extra_commands="reload"