Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2005 08:50:05 GMT
From:      Masanori OZAWA <ozawa@ongs.co.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/81184: [PATCH][UPDATE] IIIMF-related ports: Update tor12.2 and bug fixes
Message-ID:  <200505180850.j4I8o59N068716@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/81184; it has been noted by GNATS.

From: Masanori OZAWA <ozawa@ongs.co.jp>
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"
  +
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505180850.j4I8o59N068716>