FreeBSD Bugzilla – Attachment 123952 Details for
Bug 167385
[patch] net/netatalk 2.2.2 insists on using sendfile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 769 bytes, created by
Daniel Becker
on 2012-04-28 08:10:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Daniel Becker
Created:
2012-04-28 08:10:07 UTC
Size:
769 bytes
patch
obsolete
>--- Makefile 2012-04-28 00:04:10.224230833 -0700 >+++ Makefile.new 2012-04-27 23:50:53.283177302 -0700 >@@ -39,7 +39,8 @@ > TIMELORD "Enable Timelord network time service" off \ > KRB5 "Enable Kerberos V UAM" off \ > ZEROCONF "Enable Zeroconf (Bonjour) support" on \ >- LDAP "Enable LDAP support" off >+ LDAP "Enable LDAP support" off \ >+ SENDFILE "Enable sendfile support" off > > FILES= AppleVolumes.default AppleVolumes.system afpd.conf netatalk.conf > LINKS= unbin unhex unsingle hqx2bin single2bin macbinary \ >@@ -119,6 +120,12 @@ > CONFIGURE_ARGS+= --without-ldap > .endif > >+.if defined (WITH_SENDFILE) >+CONFIGURE_ARGS+= --enable-sendfile >+.else >+CONFIGURE_ARGS+= --disable-sendfile >+.endif >+ > .if ${OSVERSION} < 800031 > PLIST_SUB+= ATFUNCS="@comment " > .else
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 167385
: 123952