FreeBSD Bugzilla – Attachment 93068 Details for
Bug 130893
security/openvpn: add ability to use LOG_OPENVPN for openvpn sysloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openvpn.patch
openvpn.patch (text/x-diff; charset=us-ascii), 1009 bytes, created by
Matthias Andree
on 2009-01-24 20:25:45 UTC
(
hide
)
Description:
openvpn.patch
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2009-01-24 20:25:45 UTC
Size:
1009 bytes
patch
obsolete
>===> Updating from CVS >M Makefile >===> Generating patch >===> Viewing diff with cat >Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/security/openvpn/Makefile,v >retrieving revision 1.38 >diff -u -u -r1.38 Makefile >--- Makefile 21 Aug 2008 06:18:19 -0000 1.38 >+++ Makefile 24 Jan 2009 20:23:50 -0000 >@@ -43,6 +43,22 @@ > > SUB_LIST+= RCSFX=${RC_SUBR_SUFFIX} > >+.ifdef (LOG_OPENVPN) >+CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN} >+.endif >+ >+pre-fetch: >+.ifdef (LOG_OPENVPN) >+ @${ECHO} "Building with LOG_OPENVPN=${LOG_OPENVPN}" >+.else >+ @${ECHO} "" >+ @${ECHO} "You may use the following build options:" >+ @${ECHO} "" >+ @${ECHO} " LOG_OPENVPN={Valid syslog facility}" >+ @${ECHO} " EXAMPLE: make LOG_OPENVPN=LOG_DAEMON" >+ @${ECHO} "" >+.endif >+ > # NOTE: there is no way to explicitly specify the LZO version to OpenVPN, > # if LZO2 and LZO1 are installed, OpenVPN will pick LZO2. > # So depend on LZO1 only if it's already there and LZO2 isn't. >===> Done
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 130893
:
93066
|
93067
| 93068 |
93069