1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix file locations and new syntax

Submitted by:	"Michael W. Oliver" <michael@gargantuan.com>
This commit is contained in:
Edwin Groothuis 2005-05-23 23:29:42 +00:00
parent c780dd5672
commit 9549788da8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136001
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= nrpe
PORTVERSION= 1.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nagios

View File

@ -15,12 +15,12 @@
name="nrpe"
rcvar=`set_rcvar`
command="%%PREFIX%%/bin/nrpe"
command="%%PREFIX%%/sbin/nrpe"
[ -z "$nrpe_enable" ] && nrpe_enable="NO"
[ -z "$nrpe_config" ] && nrpe_config="%%PREFIX%%/etc/nrpe.cfg"
nrpe_flags="-d ${nrpe_config}"
nrpe_flags="-c ${nrpe_config} --daemon"
load_rc_config $name