Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2000 14:55:55 +0200 (EET)
From:      martti.kuparinen@nomadiclab.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16805: [PATCH] ports/security/stunnel pid file fix
Message-ID:  <200002181255.OAA48167@ws125.nomadiclab.com>

next in thread | raw e-mail | index | archive | help

>Number:         16805
>Category:       ports
>Synopsis:       [PATCH] ports/security/stunnel pid file fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 18 05:00:00 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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