From nobody@FreeBSD.org  Wed Mar 24 23:04:18 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E669E106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 24 Mar 2010 23:04:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D6D208FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 24 Mar 2010 23:04:18 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2ON4I5R076221
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 24 Mar 2010 23:04:18 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o2ON4Ie9076220;
	Wed, 24 Mar 2010 23:04:18 GMT
	(envelope-from nobody)
Message-Id: <201003242304.o2ON4Ie9076220@www.freebsd.org>
Date: Wed, 24 Mar 2010 23:04:18 GMT
From: Yngvi Hrafn Ptursson <freebsd@skuti.is>
To: freebsd-gnats-submit@FreeBSD.org
Subject: prosody rc.d scrip dosent stop the server when expected
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         145015
>Category:       ports
>Synopsis:       net-im/prosody rc.d script doesn't stop the server when expected
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lx
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 24 23:10:00 UTC 2010
>Closed-Date:    Fri Jun 11 16:49:24 UTC 2010
>Last-Modified:  Fri Jun 11 16:50:01 UTC 2010
>Originator:     Yngvi Hrafn Ptursson
>Release:        FreeBSD 8.0-p2
>Organization:
EJS
>Environment:
FreeBSD bach.skuti.is 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #13: Tue Mar  9 22:56:13 UTC 2010     root@bach.skuti.is:/usr/obj/usr/src/sys/BACH  i386

>Description:
the startup script for the port net-im/prosody is incomplete and
 dose not stop the server when expected

>How-To-Repeat:
install the port on fresh box.
configure the requirements in /usr/local/etc/prosody/prosody.cfg.lua
>Fix:
add this in the /usr/local/etc/rc.d/prosody file:


stop_cmd=prosody_stop_cmd

prosody_stop_cmd()
{
        /usr/local/bin/prosodyctl stop  
}


>Release-Note:
>Audit-Trail:

From: Stefan Walter <stefan@freebsd.org>
To: "J. Kelly Hays" <kelly.hays@jkhfamily.org>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/145015: net-im/prosody rc.d script doesn't stop the
 server when expected
Date: Fri, 21 May 2010 12:42:30 +0200

 Dear maintainer of net-im/prosody,
 
 a problem report has been submitted for your port for which your 
 feedback might be required; its contents can be found at [1]. If it 
 contains a patch or suggestions for a change, please send a followup to 
 the PR explaining whether or not you approve it and want it to be 
 committed.
 
 Regards,
 Stefan
 
 [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145015

From: Kelly Hays <kelly.hays@jkhfamily.org>
To: bug-followup@FreeBSD.org, freebsd@skuti.is
Cc:  
Subject: Re: ports/145015: net-im/prosody rc.d script doesn't stop the server 
	when expected
Date: Sun, 23 May 2010 00:16:20 -0500

 --001485f1d8784dfdbb04873c06c1
 Content-Type: text/plain; charset=ISO-8859-1
 
 Approved. Please commit.
 
 PS. I am working on an upgrade to version 0.6.2. I hope to have it ready
 soon. I will try to make sure this works in that version.
 
 Thanks,
   Kelly
 
 --001485f1d8784dfdbb04873c06c1--
Responsible-Changed-From-To: freebsd-ports-bugs->lx 
Responsible-Changed-By: lx 
Responsible-Changed-When: Fri Jun 11 16:41:17 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=145015 
State-Changed-From-To: open->closed 
State-Changed-By: lx 
State-Changed-When: Fri Jun 11 16:49:12 UTC 2010 
State-Changed-Why:  
Committed, thanks! 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145015: commit references a PR
Date: Fri, 11 Jun 2010 16:49:23 +0000 (UTC)

 lx          2010-06-11 16:49:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/prosody       Makefile 
     net-im/prosody/files prosody.in 
   Log:
   Fix rc.d script so that it stops the server when requested.
   
   PR:             ports/145015
   Submitted by:   Yngvi Hrafn Pétursson
   Approved by:    Kelly Hays <kelly.hays@jkhfamily.org> (maintainer)
   
   Revision  Changes    Path
   1.6       +1 -1      ports/net-im/prosody/Makefile
   1.3       +6 -0      ports/net-im/prosody/files/prosody.in
 _______________________________________________
 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:
