From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 14 11:00:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0DD61065671 for ; Mon, 14 Apr 2008 11:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 899128FC1A for ; Mon, 14 Apr 2008 11:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3EB07OO071018 for ; Mon, 14 Apr 2008 11:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3EB07DK071017; Mon, 14 Apr 2008 11:00:07 GMT (envelope-from gnats) Date: Mon, 14 Apr 2008 11:00:07 GMT Message-Id: <200804141100.m3EB07DK071017@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Nikolay Pavlov Cc: Subject: Re: ports/122741: Cannot restart net-im/openfire from cron X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikolay Pavlov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2008 11:00:07 -0000 The following reply was made to PR ports/122741; it has been noted by GNATS. From: Nikolay Pavlov To: bug-followup@freebsd.org Cc: Alex Keda Subject: Re: ports/122741: Cannot restart net-im/openfire from cron Date: Mon, 14 Apr 2008 13:29:47 +0300 --Boundary-00=_cIzAIdUW4ZUyyhS Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline I want to confirm the second problem the attached patch should fix it. However i can't confirm the first one. The deafult crontab do contain the required PATH at least for the last 7 years. See the: http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/crontab -- ====================================================================== - Best regards, Nikolay Pavlov. <<<----------------------------------- ====================================================================== --Boundary-00=_cIzAIdUW4ZUyyhS Content-Type: text/x-diff; charset="utf-8"; name="openfire.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="openfire.diff" --- openfire Mon Apr 14 06:15:43 2008 +++ openfire.new Mon Apr 14 06:10:20 2008 @@ -25,6 +25,8 @@ name="openfire" rcvar=${name}_enable +load_rc_config $name + # Set defaults : ${openfire_enable:=NO} : ${openfire_user:=${name}} @@ -56,7 +58,6 @@ start_precmd="openfire_precmd" status_cmd="openfire_status" stop_cmd="openfire_stop" -load_rc_config $name openfire_precmd() { touch ${pidfile} --Boundary-00=_cIzAIdUW4ZUyyhS--