openbsd-ports/security/stunnel/patches/patch-tools_Makefile_in
jakob ddf65a51d8 upgrade to stunnel v4.03. summary of new features:
- new user interface (config file)
- single daemon can listen on multiple ports
- delayed DNS lookup added
- configurable timeouts
- chroot support
- private key file for a certificate can be kept in a separate file
2002-10-30 11:10:35 +00:00

13 lines
531 B
Plaintext

$OpenBSD: patch-tools_Makefile_in,v 1.1 2002/10/30 11:10:35 jakob Exp $
--- tools/Makefile.in.orig Mon Sep 2 11:18:34 2002
+++ tools/Makefile.in Mon Sep 2 11:18:43 2002
@@ -90,7 +90,7 @@ examplesdir = $(docdir)/examples
examples_DATA = ca.html ca.pl importCA.html importCA.sh stunnel.spec stunnel.init
-openssl = $(ssldir)/bin/openssl
+openssl = $(ssldir)/sbin/openssl
mkinstalldirs = $(SHELL) $(top_srcdir)/auto/mkinstalldirs
CONFIG_CLEAN_FILES = stunnel.conf-sample stunnel.init
DATA = $(conf_DATA) $(examples_DATA)