From owner-freebsd-ports@FreeBSD.ORG Thu Apr 27 06:56:16 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D5A716A402 for ; Thu, 27 Apr 2006 06:56:16 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67ADC43D48 for ; Thu, 27 Apr 2006 06:56:15 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id x3so2033534nzd for ; Wed, 26 Apr 2006 23:56:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WJbNqCwy2/XVDV0GPP5ofo9aCl8+jic2VDR78PpfmTc2k5rbKdo0jK6Qj3Vmucr1AvryOEIQUm4gxXEzRyS+HHoS46lZD2RYt+hD7vS5xxra0M8vtl44c1+2ZlzGYDRqO3+UqC8ihgGAhWKYqDaAJOcoclv/J0+hXfwJqfHXFj4= Received: by 10.37.13.50 with SMTP id q50mr836307nzi; Wed, 26 Apr 2006 23:56:14 -0700 (PDT) Received: by 10.37.22.74 with HTTP; Wed, 26 Apr 2006 23:56:14 -0700 (PDT) Message-ID: Date: Thu, 27 Apr 2006 10:56:14 +0400 From: "Andrew Pantyukhin" To: "Ion-Mihai Tetcu" In-Reply-To: <20060427093316.0357c812@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060426203500.GB1433@merlin.emma.line.org> <444FE8F6.2040903@FreeBSD.org> <20060426220756.GB6337@merlin.emma.line.org> <790a9fff0604261529i28967cc1x99679cdd2d334ed9@mail.gmail.com> <20060427093316.0357c812@it.buh.tecnik93.com> Cc: ports@freebsd.org, Scot Hetzel , Matthias Andree , Doug Barton Subject: Re: HEADS UP: Triage of rcNG related problem reports/USE_RC_SUBR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 06:56:16 -0000 On 4/27/06, Ion-Mihai Tetcu wrote: > On Thu, 27 Apr 2006 10:14:57 +0400 > "Andrew Pantyukhin" wrote: > > > I'm sorry, I didn't have time to do extensive testing and > > check b.p.m for the bug myself, so here it goes. > > > > I noticed that ".sh" is stripped. So I decided to save b.p.m > > the effort and renamed files/start.sh.in to files/start.in. Now > > I used USE_RC_SUBR=3Dstart (instead of start.sh). Guess > > what? b.p.m added ".sh" for me :-) > > I strongly doubt this, and if it happens then it's a (local) bug. > > Please try to install for example sysutils/apcupsd and > mail/dspam-devel, one has USE_RC_SUBR=3D apcupsd and corresponding > files/apcupsd.in, the other has USE_RC_SUBR=3D dspam-devel.sh and > files/dspam-devel.sh.in > > If you don't see them installed in the same way (either with .sh or > w/o .sh, depending on you OSVERSION) Of course they do. I just didn't realise that on RELENG_6_0 b.p.m actually saved my life. "sh" was stripped on another box with stable, but only now I remember it. Thanks and sorry!