FreeBSD Bugzilla – Attachment 93067 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]
file.diff
file.diff (text/plain), 692 bytes, created by
Michael Scheidell
on 2009-01-22 16:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael Scheidell
Created:
2009-01-22 16:20:01 UTC
Size:
692 bytes
patch
obsolete
>--- /tmp/Makefile 2009-01-22 10:36:23.000000000 -0500 >+++ Makefile 2009-01-22 10:33:34.000000000 -0500 >@@ -35,8 +35,20 @@ > > .include <bsd.port.pre.mk> > >+.ifdef (LOG_OPENVPN) >+CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN} >+.endif >+ > SUB_LIST+= RCSFX=${RC_SUBR_SUFFIX} > >+pre-fetch: >+ @${ECHO} "" >+ @${ECHO} "You may use the following build options:" >+ @${ECHO} "" >+ @${ECHO} " LOG_OPENVPN={Valid syslog facility}" >+ @${ECHO} " EXAMPLE: make LOG_OPENVPN=LOG_DAEMON" >+ @${ECHO} "" >+ > # 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.
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