1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Update to 3.10

PR:		ports/65507
Submitted by:	Jim Shewmaker <jims@bluenotch.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-04-17 22:15:42 +00:00
parent fc6e2d9880
commit fe31eb5e25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107379
3 changed files with 4 additions and 4 deletions

View File

@ -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/

View File

@ -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

View File

@ -7,7 +7,7 @@ start)
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