FreeBSD Bugzilla – Attachment 106790 Details for
Bug 147472
[patch] port security/openvpn replace "bash" with "sh" in easy-rsa scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ports_security_openvpn.patch
ports_security_openvpn.patch (text/x-diff; charset=us-ascii), 763 bytes, created by
Matthias Andree
on 2010-06-04 23:29:25 UTC
(
hide
)
Description:
ports_security_openvpn.patch
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2010-06-04 23:29:25 UTC
Size:
763 bytes
patch
obsolete
>? work >Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/openvpn/Makefile,v >retrieving revision 1.41 >diff -u -r1.41 Makefile >--- Makefile 27 Mar 2010 06:14:02 -0000 1.41 >+++ Makefile 4 Jun 2010 22:24:08 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= openvpn > DISTVERSION= 2.1.1 >+PORTREVISION= 1 > CATEGORIES= security net > # MASTER_SITES points to hosts in distinct data centers, > # so just one MASTER_SITES entry should be OK. >@@ -73,6 +74,9 @@ > .endif > > post-patch: >+ @${FIND} ${WRKSRC}/easy-rsa/?.0 -type f \ >+ -exec ${REINPLACE_CMD} -e 's;#!/bin/bash;#!/bin/sh;' \ >+ -e 's,source ./vars,. ./vars,' \{\} + > @${FIND} ${WRKSRC} -name \*.orig -delete > @${FIND} ${WRKSRC} -name \*.bak -delete >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 147472
:
106789
| 106790