Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 13:47:09 -0700 (PDT)
From:      Jim Shewmaker <jims@bluenotch.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65507: [maintainer-update] sysutils/nagios-statd 3.09 => 3.10
Message-ID:  <200404132047.i3DKl9AV067832@www2.trinetcom.com>
Resent-Message-ID: <200404132050.i3DKoCSI070167@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65507
>Category:       ports
>Synopsis:       [maintainer-update] sysutils/nagios-statd 3.09 => 3.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 13 13:50:12 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jim Shewmaker
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD www2.trinetcom.com 4.9-STABLE FreeBSD 4.9-STABLE #4: Mon Mar 22 23:02:54 PST 2004 jim@www2.trinetcom.com:/usr/obj/usr/src/sys/DELL2650 i386


	
>Description:
	-Update to 3.10
	-Fix nagios-statd.sh.sample to actually kill the process

>How-To-Repeat:
	
>Fix:

	

--- nagios-statd.patch begins here ---
--- Makefile.orig	Tue Apr 13 13:18:05 2004
+++ Makefile	Tue Apr 13 13:18:22 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nagios-statd
-PORTVERSION=	3.09
+PORTVERSION=	3.10
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://www.twoevils.org/files/netsaint_statd/
 
--- distinfo.orig	Tue Apr 13 13:18:10 2004
+++ distinfo	Tue Apr 13 13:19:03 2004
@@ -1,2 +1,2 @@
-MD5 (nagios-statd-3.09.tar.gz) = 634a63a1fb8b33ac312f733bafa2e2d3
-SIZE (nagios-statd-3.09.tar.gz) = 10042
+MD5 (nagios-statd-3.10.tar.gz) = 6dfa1b78f0b1542e5feb5a87877105d8
+SIZE (nagios-statd-3.10.tar.gz) = 10225
--- files/nagios-statd.sh.sample.orig	Tue Apr 13 13:34:02 2004
+++ files/nagios-statd.sh.sample	Tue Apr 13 13:32:25 2004
@@ -7,7 +7,7 @@
         echo -n " nagios-statd"
         ;;
 stop)
-	/usr/bin/killall nagios-statd
+	kill -3 `ps -x | grep nagios-statd | grep python | awk '{print $1}'`
         ;;
 restart)
         $0 stop
--- nagios-statd.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404132047.i3DKl9AV067832>