From martti@nomadiclab.com  Fri Feb 18 04:56:07 2000
Return-Path: <martti@nomadiclab.com>
Received: from server.nomadiclab.com (ws99.nomadiclab.com [195.165.196.99])
	by hub.freebsd.org (Postfix) with ESMTP id 7F75D37B803
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Feb 2000 04:56:04 -0800 (PST)
	(envelope-from martti@nomadiclab.com)
Received: (from uucp@localhost)
	by server.nomadiclab.com (8.9.3/8.9.3) id OAA34382
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Feb 2000 14:56:02 +0200 (EET)
	(envelope-from martti.kuparinen)
Received: from ws125.nomadiclab.com(195.165.196.125)
 via SMTP by ws99.nomadiclab.com, id smtpdJ34377; Fri Feb 18 14:55:55 2000
Received: (from martti@localhost)
	by ws125.nomadiclab.com (8.9.3/8.9.3) id OAA48167;
	Fri, 18 Feb 2000 14:55:55 +0200 (EET)
	(envelope-from martti@nomadiclab.com)
Message-Id: <200002181255.OAA48167@ws125.nomadiclab.com>
Date: Fri, 18 Feb 2000 14:55:55 +0200 (EET)
From: martti.kuparinen@nomadiclab.com
Sender: martti@nomadiclab.com
Reply-To: martti.kuparinen@nomadiclab.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] ports/security/stunnel pid file fix
X-Send-Pr-Version: 3.2

>Number:         16805
>Category:       ports
>Synopsis:       [PATCH] ports/security/stunnel pid file fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 18 05:00:00 PST 2000
>Closed-Date:    Sun Feb 20 07:06:18 PST 2000
>Last-Modified:  Sun Feb 20 07:06:51 PST 2000
>Originator:     Martti Kuparinen
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
Ericsson NomadicLab
>Environment:

	

>Description:

stunnel-3.7 saves by default the pid in a "non-standard" place. With this
patch pid is saved in /var/run/stunnel

>How-To-Repeat:

	

>Fix:

*** Makefile.orig	Fri Feb 18 14:49:42 2000
--- Makefile	Fri Feb 18 14:50:17 2000
***************
*** 19,24 ****
--- 19,26 ----
  USE_OPENSSL=	RSA
  
  GNU_CONFIGURE=	yes
+ CONFIGURE_ARGS+=--localstatedir=/var/run
+ 
  MAN8=		stunnel.8
  
  cert:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dirk 
State-Changed-When: Sun Feb 20 07:06:18 PST 2000 
State-Changed-Why:  
Committed. Thanks! 

BTW. there is no need to use += for CONFIGURE_ARGS in this case. 
>Unformatted:
