From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 10 17:30:07 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 5E10816A422 for ; Tue, 10 Jan 2006 17:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB1143D58 for ; Tue, 10 Jan 2006 17:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0AHU5l0012834 for ; Tue, 10 Jan 2006 17:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0AHU5Xr012833; Tue, 10 Jan 2006 17:30:05 GMT (envelope-from gnats) Resent-Date: Tue, 10 Jan 2006 17:30:05 GMT Resent-Message-Id: <200601101730.k0AHU5Xr012833@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yoshihiko Sarumaru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2032116A41F for ; Tue, 10 Jan 2006 17:24:04 +0000 (GMT) (envelope-from mistral@imasy.or.jp) Received: from shimako.yamayuri.org (yumi.yamayuri.org [218.45.22.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 359EC43D46 for ; Tue, 10 Jan 2006 17:24:00 +0000 (GMT) (envelope-from mistral@imasy.or.jp) Received: from shimako.yamayuri.org (localhost [127.0.0.1]) by shimako.yamayuri.org (8.13.4/8.13.4/shimako) with ESMTP id k0AHO4M2000886 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 11 Jan 2006 02:24:04 +0900 (JST) (envelope-from mistral@imasy.or.jp) Received: (from sarumaru@localhost) by shimako.yamayuri.org (8.13.4/8.13.4/Submit) id k0AHO3hr000885; Wed, 11 Jan 2006 02:24:03 +0900 (JST) (envelope-from sarumaru) Message-Id: <200601101724.k0AHO3hr000885@shimako.yamayuri.org> Date: Wed, 11 Jan 2006 02:24:03 +0900 (JST) From: Yoshihiko Sarumaru To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91605: update ports: net/stone: bugfix: doesn't run on boot. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiko Sarumaru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 17:30:07 -0000 >Number: 91605 >Category: ports >Synopsis: update ports: net/stone: bugfix: doesn't run on boot. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jan 10 17:30:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yoshihiko Sarumaru >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD shimako.yamayuri.org 6.0-STABLE FreeBSD 6.0-STABLE #9: Mon Dec 26 00:41:02 JST 2005 sarumaru@shimako.yamayuri.org:/usr/obj/usr/src/sys/VGN-T72 i386 >Description: In current startup script for net/stone, stone_enable is hard coded and setting in /etc/rc.conf is ignored on the boot time, although it works when invoked from command line. (the same issue discussed in ports@, recently) Pointed out by: ume@ >How-To-Repeat: >Fix: diff -urN stone.orig/Makefile stone/Makefile --- stone.orig/Makefile Mon Jan 9 22:56:02 2006 +++ stone/Makefile Wed Jan 11 02:04:03 2006 @@ -7,6 +7,7 @@ PORTNAME= stone PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.gcd.org/sengoku/stone/ diff -urN stone.orig/files/stone.sh.in stone/files/stone.sh.in --- stone.orig/files/stone.sh.in Mon Jan 9 18:06:35 2006 +++ stone/files/stone.sh.in Wed Jan 11 02:07:17 2006 @@ -27,7 +27,7 @@ start_precmd="stone_precmd" restart_precmd="stone_precmd" -stone_enable="NO" +stone_enable=${stone_enable:-"NO"} load_rc_config $name >Release-Note: >Audit-Trail: >Unformatted: