From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 18 08:50:10 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E935516A4CE for ; Wed, 18 May 2005 08:50:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C403243D49 for ; Wed, 18 May 2005 08:50:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4I8o5Bt068717 for ; Wed, 18 May 2005 08:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4I8o59N068716; Wed, 18 May 2005 08:50:05 GMT (envelope-from gnats) Date: Wed, 18 May 2005 08:50:05 GMT Message-Id: <200505180850.j4I8o59N068716@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Masanori OZAWA Subject: Re: ports/81184: [PATCH][UPDATE] IIIMF-related ports: Update tor12.2 and bug fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Masanori OZAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 08:50:11 -0000 The following reply was made to PR ports/81184; it has been noted by GNATS. From: Masanori OZAWA To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/81184: [PATCH][UPDATE] IIIMF-related ports: Update to r12.2 and bug fixes Date: Wed, 18 May 2005 17:43:18 +0900 The above patch has defects. A patch of the patch which corrects this defect is attached below. --- iiimf.diff.orig Wed May 18 16:14:39 2005 +++ iiimf.diff Wed May 18 16:10:29 2005 @@ -3526,25 +3526,22 @@ diff -urN ports.orig/textproc/iiimf-server/files/iiimd.sh.in ports/textproc/iiimf-server/files/iiimd.sh.in --- ports.orig/textproc/iiimf-server/files/iiimd.sh.in Fri May 13 15:30:02 2005 +++ ports/textproc/iiimf-server/files/iiimd.sh.in Fri May 13 15:34:08 2005 -@@ -19,3 +19,24 @@ - load_rc_config $name - command_args="> /dev/null 2>&1 &" - run_rc_command "$1" +@@ -0,0 +0,21 @@ +#!/bin/sh + -+# $FreeBSD: ports/textproc/iiimf-server/files/htt.sh.in,v 1.1 2005/02/28 04:17:01 daichi Exp $ ++# $FreeBSD$ + -+# PROVIDE: htt ++# PROVIDE: iiimd +# REQUIRE: DAEMON +# KEYWORD: FreeBSD shutdown + +prefix=%%PREFIX%% + -+htt_enable=${htt_enable:-"NO"} ++iiimd_enable=${iiimd_enable:-"NO"} + +. %%RC_SUBR%% + -+name="htt" ++name="iiimd" +rcvar=`set_rcvar` +command="${prefix}/bin/iiimd" +