From dan@xeon.unixathome.org  Thu Feb  1 01:47:46 2007
Return-Path: <dan@xeon.unixathome.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5A08F16A401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Feb 2007 01:47:46 +0000 (UTC)
	(envelope-from dan@xeon.unixathome.org)
Received: from m21.unixathome.org (m21.unixathome.org [205.150.199.217])
	by mx1.freebsd.org (Postfix) with ESMTP id 17E7D13C47E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Feb 2007 01:47:45 +0000 (UTC)
	(envelope-from dan@xeon.unixathome.org)
Received: from localhost (localhost [205.150.199.217])
	by m21.unixathome.org (Postfix) with ESMTP id 4F711BF5F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 Jan 2007 20:47:45 -0500 (EST)
Received: from m21.unixathome.org ([205.150.199.217])
	by localhost (m21.unixathome.org [205.150.199.217]) (amavisd-new, port 10024)
	with ESMTP id 21702-06 for <FreeBSD-gnats-submit@freebsd.org>;
	Wed, 31 Jan 2007 20:47:43 -0500 (EST)
Received: from bast.unixathome.org (bast.unixathome.org [74.104.199.163])
	by m21.unixathome.org (Postfix) with ESMTP id A9EC4BF6A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 Jan 2007 20:47:43 -0500 (EST)
Received: from xeon.unixathome.org (unknown [10.55.0.18])
	by bast.unixathome.org (Postfix) with ESMTP id 61A75B84D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 Jan 2007 20:47:43 -0500 (EST)
Received: by xeon.unixathome.org (Postfix, from userid 1000)
	id 2DF493EC4; Wed, 31 Jan 2007 20:47:43 -0500 (EST)
Message-Id: <20070201014743.2DF493EC4@xeon.unixathome.org>
Date: Wed, 31 Jan 2007 20:47:43 -0500 (EST)
From: Dan Langille <dan@langille.org>
Reply-To: Dan Langille <dan@langille.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dan Langille <dan@langille.org>
Subject: [MAINTAINER-UPDATE] net-mgmt/nrpe2 use FreeBSD devices, not Linux
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108636
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] net-mgmt/nrpe2 use FreeBSD devices, not Linux
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 01 01:50:19 GMT 2007
>Closed-Date:    Mon Feb 05 19:08:53 GMT 2007
>Last-Modified:  Mon Feb  5 19:10:28 GMT 2007
>Originator:     Dan Langille
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386


	
>Description:
This patches the sample configuration file to use FreeBSD devices
not Linux devices for the HDD.
	
>How-To-Repeat:
	
>Fix:

	



--- nrpe2.patch.disk begins here ---
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 20:44:49 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 -p /dev/ad0s1a
++command[check_var]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/ad0s1d
++command[check_tmp]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/ad0s1e
++command[check_usr]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/ad0s1f
+ command[check_zombie_procs]=@libexecdir@/check_procs -w 5 -c 10 -s Z
+ command[check_total_procs]=@libexecdir@/check_procs -w 150 -c 200 
+ 
--- nrpe2.patch.disk ends here ---

>Release-Note:
>Audit-Trail:

From: Dan Langille <dan@langille.org>
To: bug-followup@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
 +

From: Dan Langille <dan@langille.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108636: [MAINTAINER-UPDATE] net-mgmt/nrpe2 use FreeBSD
 devices, not Linux
Date: Fri, 2 Feb 2007 13:01:13 -0500 (EST)

 Well, upon yet further reflection, this patch makes more sense:
 
 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_disk_root]=@libexecdir@/check_disk -w 20 -c 10 --path /
 ++command[check_disk_var]=@libexecdir@/check_disk -w 20 -c 10 --path /var
 ++command[check_disk_tmp]=@libexecdir@/check_disk -w 20 -c 10 --path /tmp
 ++command[check_disk_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
 +
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Mon Feb 5 16:13:18 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108636 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Mon Feb 5 19:08:50 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108636 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108636: commit references a PR
Date: Mon,  5 Feb 2007 19:08:09 +0000 (UTC)

 alepulver    2007-02-05 19:07:48 UTC
 
   FreeBSD ports repository
 
   Added files:
     net-mgmt/nrpe2/files patch-sample-config-nrpe.cfg.in 
   Log:
   - Patch the sample configuration file to use FreeBSD devices instead of Linux
     ones for the HDD.
   
   PR:             ports/108636
   Submitted by:   Dan Langille <dan@langille.org> (maintainer)
   
   Revision  Changes    Path
   1.1       +15 -0     ports/net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
