Date: Mon, 14 Apr 2008 11:00:07 GMT From: Nikolay Pavlov <qpadla@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/122741: Cannot restart net-im/openfire from cron Message-ID: <200804141100.m3EB07DK071017@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/122741; it has been noted by GNATS. From: Nikolay Pavlov <qpadla@gmail.com> To: bug-followup@freebsd.org Cc: Alex Keda <admin@lissyara.su> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804141100.m3EB07DK071017>