Page MenuHomeFreeBSD

D17245.diff
No OneTemporary

D17245.diff

Index: head/etc/Makefile
===================================================================
--- head/etc/Makefile
+++ head/etc/Makefile
@@ -22,10 +22,6 @@
# NB: keep these sorted by MK_* knobs
-.if ${MK_OPENSSL} != "no"
-SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf
-.endif
-
.if ${MK_SENDMAIL} != "no"
BIN1+= rc.sendmail
.endif
@@ -94,10 +90,6 @@
.endif
.if ${MK_SENDMAIL} != "no"
${_+_}cd ${.CURDIR}/sendmail; ${MAKE} distribution
-.endif
-.if ${MK_OPENSSL} != "no"
- cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${SSL} ${DESTDIR}/etc/ssl
.endif
.if ${MK_KERBEROS} != "no"
cd ${.CURDIR}/root; \
Index: head/secure/usr.bin/openssl/Makefile
===================================================================
--- head/secure/usr.bin/openssl/Makefile
+++ head/secure/usr.bin/openssl/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+CONFS= openssl.cnf
+CONFSDIR= /etc/ssl
PROG= openssl
LIBADD= ssl crypto

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 18, 2:10 PM (9 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29910341
Default Alt Text
D17245.diff (940 B)

Event Timeline