diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-03-13 21:24:01 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-03-13 21:24:01 +0000 |
commit | 48054c898dae81c5b8862ba8ea7c0d91816d53b3 (patch) | |
tree | 224b6478b3828cf97d6c7fa737404786338ce91e /net-mgmt | |
parent | 38550827b8ef9ba816ba0dbf1a2167732806e6dd (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nrpe/files/nrpe2.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nrpe/files/nrpe2.in b/net-mgmt/nrpe/files/nrpe2.in index 52a851373db3..59f94fa5847b 100644 --- a/net-mgmt/nrpe/files/nrpe2.in +++ b/net-mgmt/nrpe/files/nrpe2.in @@ -37,7 +37,7 @@ find_pidfile() [ -n "$nrpe2_pidfile" ] && warn "No longer necessary to set nrpe2_pidfile in rc.conf[.local]" - if get_pidfile_from_conf pid_file %%PREFIX%%/etc/nrpe.cfg; then + if get_pidfile_from_conf pid_file ${nrpe2_configfile}; then pidfile="$_pidfile_from_conf" else pidfile='%%PIDDIR%%/nrpe2.pid' |