ports/108636: [MAINTAINER-UPDATE] net-mgmt/nrpe2 use FreeBSD devices, not Linux

Dan Langille dan at langille.org
Thu Feb 1 02:50:28 UTC 2007


The following reply was made to PR ports/108636; it has been noted by GNATS.

From: Dan Langille <dan at langille.org>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/108636: [MAINTAINER-UPDATE] net-mgmt/nrpe2 use FreeBSD
 devices, not Linux
Date: Wed, 31 Jan 2007 21:49:39 -0500 (EST)

 Please use this patch instead:
 
 diff -ruN /usr/ports/net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in nrpe2/files/patch-sample-config-nrpe.cfg.in
 --- /usr/ports/net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in	Wed Dec 31 19:00:00 1969
 +++ nrpe2/files/patch-sample-config-nrpe.cfg.in	Wed Jan 31 21:03:01 2007
 @@ -0,0 +1,15 @@
 +--- sample-config/nrpe.cfg.in~	Mon Dec 11 21:04:00 2006
 ++++ sample-config/nrpe.cfg.in	Wed Jan 31 20:40:28 2007
 +@@ -190,8 +190,10 @@
 +
 + command[check_users]=@libexecdir@/check_users -w 5 -c 10
 + command[check_load]=@libexecdir@/check_load -w 15,10,5 -c 30,25,20
 +-command[check_disk1]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/hda1
 +-command[check_disk2]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/hdb1
 ++command[check_root]=@libexecdir@/check_disk -w 20 -c 10 --path /
 ++command[check_var]=@libexecdir@/check_disk -w 20 -c 10 --path /var
 ++command[check_tmp]=@libexecdir@/check_disk -w 20 -c 10 --path /tmp
 ++command[check_usr]=@libexecdir@/check_disk -w 20 -c 10 --path /usr
 + command[check_zombie_procs]=@libexecdir@/check_procs -w 5 -c 10 -s Z
 + command[check_total_procs]=@libexecdir@/check_procs -w 150 -c 200
 +



More information about the freebsd-ports-bugs mailing list